fix spelling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2441 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2012-11-23 14:49:18 +00:00
parent 67e2506750
commit 12e47d0497
1 changed files with 1 additions and 1 deletions

View File

@ -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, ...)
{ {