diff --git a/components/pthreads/mqueue.c b/components/pthreads/mqueue.c index bda3a5f254..1f44a98eff 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, ...) {