mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-23 19:09:27 +08:00
fix spelling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2441 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -85,7 +85,7 @@ int mq_getattr(mqd_t mqdes, struct mq_attr *mqstat)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
RTM_EXPORTO(mq_getattr);
|
RTM_EXPORT(mq_getattr);
|
||||||
|
|
||||||
mqd_t mq_open(const char *name, int oflag, ...)
|
mqd_t mq_open(const char *name, int oflag, ...)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user