Opened 14 years ago
Closed 14 years ago
#6472 closed bug (invalid)
#include in setjmp.h is wrong
Reported by: | l_n | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
in headers/posix/setjmp.h it has #include <signal.h> and it should be #include <posix/signal.h>
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
i was trying to build libsigc++ or paragui and it said that signal.h didn't exist. i changed my local copy and it rectified the problem
comment:3 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sounds like a build environment issue then, because <signal.h> most definitely works elsewhere.
Note:
See TracTickets
for help on using tickets.
Why? <signal.h> is correct according to POSIX and there is no other header for it to be confused with.