about summary refs log tree commit diff
path: root/sysdeps/pthread/aio_notify.c
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/pthread/aio_notify.c
parentab5bf7cf7628dda64701e47b149575f0f7c896bf (diff)
downloadglibc-dab0eecef632487f01460900ede02874092c9169.tar.gz
glibc-dab0eecef632487f01460900ede02874092c9169.tar.xz
glibc-dab0eecef632487f01460900ede02874092c9169.zip
aio: Remove internal_function function attribute
Diffstat (limited to 'sysdeps/pthread/aio_notify.c')
-rw-r--r--sysdeps/pthread/aio_notify.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/pthread/aio_notify.c b/sysdeps/pthread/aio_notify.c
index 19a4729318..725e03ba12 100644
--- a/sysdeps/pthread/aio_notify.c
+++ b/sysdeps/pthread/aio_notify.c
@@ -48,7 +48,6 @@ notify_func_wrapper (void *arg)
 
 
 int
-internal_function
 __aio_notify_only (struct sigevent *sigev)
 {
   int result = 0;
@@ -109,7 +108,6 @@ __aio_notify_only (struct sigevent *sigev)
 
 
 void
-internal_function
 __aio_notify (struct requestlist *req)
 {
   struct waitlist *waitlist;