aboutsummaryrefslogtreecommitdiff
path: root/rt/aio_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/aio_notify.c')
-rw-r--r--rt/aio_notify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/aio_notify.c b/rt/aio_notify.c
index 716a304..8c57d72 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;