diff options
Diffstat (limited to 'sysdeps/pthread/aio_notify.c')
-rw-r--r-- | sysdeps/pthread/aio_notify.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/pthread/aio_notify.c b/sysdeps/pthread/aio_notify.c index 19a4729..725e03b 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; |