Browse Source

fix spelling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2441 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong@gmail.com 12 years ago
parent
commit
12e47d0497
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/pthreads/mqueue.c

+ 1 - 1
components/pthreads/mqueue.c

@@ -85,7 +85,7 @@ int mq_getattr(mqd_t mqdes, struct mq_attr *mqstat)
 
 	return 0;
 }
-RTM_EXPORTO(mq_getattr);
+RTM_EXPORT(mq_getattr);
 
 mqd_t mq_open(const char *name, int oflag, ...)
 {