summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 15:57:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 15:59:06 +0200
commitdab0eecef632487f01460900ede02874092c9169 (patch)
treeb13cbfdf9070bef87e686629bf4fae108cea4c26 /sysdeps/generic
parentab5bf7cf7628dda64701e47b149575f0f7c896bf (diff)
aio: Remove internal_function function attribute
Diffstat (limited to 'sysdeps/generic')
-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 */