X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=listati%2Fsigevent.h;fp=listati%2Fsigevent.h;h=6b6539a66418758424702fe73986a891d02cf19c;hb=06661f47754a536098afe2b30cb04469918f2fa3;hp=0000000000000000000000000000000000000000;hpb=bdf6e88eeb9b3aef06d57930ec8b89083639e56d;p=gapil.git diff --git a/listati/sigevent.h b/listati/sigevent.h new file mode 100644 index 0000000..6b6539a --- /dev/null +++ b/listati/sigevent.h @@ -0,0 +1,8 @@ +struct sigevent +{ + sigval_t sigev_value; + int sigev_signo; + int sigev_notify; + void (*sigev_notify_function)(sigval_t); + pthread_attr_t *sigev_notify_attributes; +};