missing sigev_notify_function from signal.h
Bug #1327873 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lsb |
Fix Committed
|
Medium
|
Unassigned | ||
Mandriva |
Fix Released
|
Medium
|
Bug Description
Quoting http://
"The <signal.h> header shall define the sigevent structure, which has at least
the following members:
int sigev_notify Notification type.
int sigev_signo Signal number.
union sigval sigev_value Signal value.
void(*)(union sigval) sigev_notify_
sigev_notify_
My workaround is to add this:
#define sigev_notify_
This is needed to build OCaml (ocaml.org).
Changed in mandriva: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
To post a comment you must log in.