Actions
Bug #2762
closed8461f85162cfc9... <sys/signal.h>: Use __POSIX_VISIBLE stack_t might not be defined in sys/ucontext.h
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/07/2015
Due date:
% Done:
0%
Estimated time:
Description
commit 8461f85162cfc9b0f8f8fff2dbf5d7278f441765
Date: Wed Jan 7 03:34:37 2015 +0100
<sys/signal.h>: Use __POSIX_VISIBLE, __XSI_VISIBLE and __BSD_VISIBLE.
puts the definition of stack_t inside an #if ... #endif and then unconditionally includes sys/ucontext.h. But ucontext.h defines a struct that uses stack_t.
This can be observed building either dports or pkgsrc png.
Actions