X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Fsigevent.h;h=1e0ba121b6cf23cfa02bb38c0cd0bacd72a20675;hp=28a8303a0360a650afd71f9d6a7209ca80cd63c6;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=c9573f8de2329df3d9e879bc949fda42adfaac33 diff --git a/listati/sigevent.h b/listati/sigevent.h index 28a8303..1e0ba12 100644 --- a/listati/sigevent.h +++ b/listati/sigevent.h @@ -4,9 +4,9 @@ struct sigevent { union sigval sigev_value; /* Value accompanying signal or passed to thread function */ /* Function used for thread notifications (SIGEV_THREAD) */ - void (*sigev_notify_function) (union sigval); + void (*sigev_notify_function) (union sigval); /* Attributes for notification thread (SIGEV_THREAD) */ - void *sigev_notify_attributes; + void *sigev_notify_attributes; /* ID of thread to signal (SIGEV_THREAD_ID) */ pid_t sigev_notify_thread_id; };