From 12e47d049730ce8222be0cef01a75bcaa76859fc Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Fri, 23 Nov 2012 14:49:18 +0000 Subject: [PATCH] fix spelling error. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2441 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/pthreads/mqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pthreads/mqueue.c b/components/pthreads/mqueue.c index bda3a5f25..1f44a98ef 100644 --- a/components/pthreads/mqueue.c +++ b/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, ...) {