diff options
Diffstat (limited to 'src/signal/struct_sigevent.c')
| -rw-r--r-- | src/signal/struct_sigevent.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/signal/struct_sigevent.c b/src/signal/struct_sigevent.c deleted file mode 100644 index ac0713f9..00000000 --- a/src/signal/struct_sigevent.c +++ /dev/null @@ -1,13 +0,0 @@ -#include <signal.h> - -struct sigevent { - int sigev_notify; - int sigev_signo; - union sigval sigev_value; - void (*sigev_notify_function)(union sigval); - pthread_attr_t *siegev_notify_attributes; -}; - -/* -POSIX(199309) -*/ |
