diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1998-03-08 22:21:12 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1998-03-08 22:21:12 +0000 |
| commit | 7a2ac24c5f5acbb05ce552f489c1bca09c069501 (patch) | |
| tree | 2eb7c607cb3152df6a72e9a8cbfe88adabd4d48c /include | |
| parent | d60d35ddf1657d14015af11d0f27c34fe03de4f7 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/signal.h | 17 |
1 files changed, 0 insertions, 17 deletions
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 |
