about summary refs log tree commit diff
path: root/sysdeps/generic/aio_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/aio_misc.h')
-rw-r--r--sysdeps/generic/aio_misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/aio_misc.h b/sysdeps/generic/aio_misc.h
index c0622b2ab6..d5a0297673 100644
--- a/sysdeps/generic/aio_misc.h
+++ b/sysdeps/generic/aio_misc.h
@@ -40,7 +40,8 @@ typedef union
 
 
 /* Send the signal.  */
-extern int __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid);
+extern int __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
+     attribute_hidden;
 
 
 #endif /* aio_misc.h */