From 7a2ac24c5f5acbb05ce552f489c1bca09c069501 Mon Sep 17 00:00:00 2001 From: Peter Dufault Date: Sun, 8 Mar 1998 22:21:12 +0000 Subject: Put sigevent and AIO_LISTIO_MAX back in aio.h so that kernels can be built. --- include/signal.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/signal.h') diff --git a/include/signal.h b/include/signal.h index 9f38bf576d1e..f17820be0854 100644 --- a/include/signal.h +++ b/include/signal.h @@ -65,23 +65,6 @@ int sigpending __P((sigset_t *)); int sigprocmask __P((int, const sigset_t *, sigset_t *)); int sigsuspend __P((const sigset_t *)); -#ifdef _POSIX4_VISIBLE_HISTORICALLY - -/* Async event notification */ - -union sigval { - int sival_int; - void *sival_ptr; -}; -struct sigevent { - int sigev_notify; /* Notification type */ - int sigev_signo; /* Signal number */ - union sigval sigev_value; /* Signal value */ -}; -#define SIGEV_NONE 0 /* No async notification */ -#define SIGEV_SIGNAL 1 /* Queue signal with value */ - -#endif /* _POSIX4_VISIBLE_HISTORICALLY */ #ifdef _POSIX4_VISIBLE -- cgit v1.3