diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-07-27 17:11:34 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-07-27 17:11:34 -0400 |
commit | 54446d730cfb17c5f7bcf57f139458678f5066cc (patch) | |
tree | 7f548e75de7f4230886ee44a44cf05c93683ff68 /include/sys/poll.h | |
parent | bf7b7282f5cd65bcdd80f55eeebc90fab50c9159 (diff) | |
download | musl-54446d730cfb17c5f7bcf57f139458678f5066cc.tar.gz musl-54446d730cfb17c5f7bcf57f139458678f5066cc.tar.xz musl-54446d730cfb17c5f7bcf57f139458678f5066cc.zip |
add wrapper headers, with warnings, for various incorrect names under sys
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.
Diffstat (limited to 'include/sys/poll.h')
-rw-r--r-- | include/sys/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/poll.h b/include/sys/poll.h index 779ec774..99170401 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -1 +1,2 @@ +#warning redirecting incorrect #include <sys/poll.h> to <poll.h> #include <poll.h> |