fix spelling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2441 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
67e2506750
commit
12e47d0497
|
@ -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, ...)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue