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, 1 insertions, 2 deletions
diff --git a/sysdeps/generic/aio_misc.h b/sysdeps/generic/aio_misc.h
index a941a68aaa..c0622b2ab6 100644
--- a/sysdeps/generic/aio_misc.h
+++ b/sysdeps/generic/aio_misc.h
@@ -40,8 +40,7 @@ typedef union
 
 
 /* Send the signal.  */
-extern int __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
-     internal_function;
+extern int __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid);
 
 
 #endif /* aio_misc.h */