-
- Downloads
fix includes of wait.h and sys/fcntl.h to use standard locations
POSIX standard specifies that wait.h should be in sys/wait.h and fcntl.h at top-level, not under sys. This is true for all unix systems, even glibc. glibc provides wait.h and sys/fcntl.h, but these just includes the same-named headers from the correct locations.
parent
797f8c31
Branches
Tags
Please register or sign in to comment