diff options
Diffstat (limited to 'rt/aio_notify.c')
-rw-r--r-- | rt/aio_notify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/aio_notify.c b/rt/aio_notify.c index 716a304813..8c57d72e9b 100644 --- a/rt/aio_notify.c +++ b/rt/aio_notify.c @@ -24,6 +24,7 @@ #include "aio_misc.h" int +internal_function __aio_notify_only (struct sigevent *sigev) { int result = 0; @@ -58,6 +59,7 @@ __aio_notify_only (struct sigevent *sigev) void +internal_function __aio_notify (struct requestlist *req) { struct waitlist *waitlist; |