mirror of
git://git.musl-libc.org/musl
synced 2024-12-27 17:33:13 +00:00
54446d730c
also add a warning to the existing sys/poll.h. the warning is absent from sys/dir.h because it is actually providing a slightly different API to the program, and thus just replacing the #include directive is not a valid fix to programs using this one.
3 lines
89 B
C
3 lines
89 B
C
#warning redirecting incorrect #include <sys/signal.h> to <signal.h>
|
|
#include <signal.h>
|