about summary refs log tree commit diff
path: root/include/mqueue.h
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-03-18 17:01:06 -0400
committerZack Weinberg <zackw@panix.com>2018-03-26 09:05:19 -0400
commitf66704a937db50bbd78acc5c29f569b4c8e35d19 (patch)
tree92d261f99ff3346bffb3a61f6e788fe0daf6093e /include/mqueue.h
parent9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff)
downloadglibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'include/mqueue.h')
-rw-r--r--include/mqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mqueue.h b/include/mqueue.h
index 3c66f1711e..58af372971 100644
--- a/include/mqueue.h
+++ b/include/mqueue.h
@@ -2,6 +2,7 @@
 
 #ifndef _ISOMAC
 # if IS_IN (librt)
+extern __typeof (mq_open) __mq_open __THROW __nonnull ((1)) attribute_hidden;
 hidden_proto (mq_timedsend)
 extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5));
 hidden_proto (__mq_timedsend)