This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eca335fc04
musl
/
include
/
sys
/
poll.h
3 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
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.
2013-07-27 21:11:34 +00:00
#
warning redirecting incorrect #include <sys
/
poll.h> to <poll.h>
initial check-in, version 0.5.0
2011-02-12 05:22:29 +00:00
#
include
<poll.h>