1 #ifndef __sigevent_t_defined
2 #define __sigevent_t_defined 1
4 #include <bits/types.h>
5 #include <bits/types/__sigval_t.h>
7 /* Structure to transport application-defined values with signals. */
8 typedef struct sigevent
10 __sigval_t sigev_value
;
13 void (*sigev_notify_function
) (__sigval_t
); /* Function to start. */
14 void *sigev_notify_attributes
; /* Really pthread_attr_t.*/