summaryrefslogtreecommitdiff
path: root/librt/mq_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'librt/mq_close.c')
-rw-r--r--librt/mq_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/mq_close.c b/librt/mq_close.c
index 055ad1fec..cf04044cc 100644
--- a/librt/mq_close.c
+++ b/librt/mq_close.c
@@ -16,7 +16,7 @@
*/
int mq_close(mqd_t mqdes)
{
- return close(mqdes);
+ return close(mqdes);
}
#endif