diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:57:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | dab0eecef632487f01460900ede02874092c9169 (patch) | |
tree | b13cbfdf9070bef87e686629bf4fae108cea4c26 /sysdeps/unix | |
parent | ab5bf7cf7628dda64701e47b149575f0f7c896bf (diff) | |
download | glibc-dab0eecef632487f01460900ede02874092c9169.tar.gz glibc-dab0eecef632487f01460900ede02874092c9169.tar.xz glibc-dab0eecef632487f01460900ede02874092c9169.zip |
aio: Remove internal_function function attribute
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/aio_sigqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/aio_sigqueue.c b/sysdeps/unix/sysv/linux/aio_sigqueue.c index 714e9659df..aad39aedbc 100644 --- a/sysdeps/unix/sysv/linux/aio_sigqueue.c +++ b/sysdeps/unix/sysv/linux/aio_sigqueue.c @@ -30,7 +30,6 @@ /* Return any pending signal or wait for one for the given time. */ int -internal_function __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid) { siginfo_t info; |