Skip to content

fix includes of wait.h and sys/fcntl.h to use standard locations

Jakub Jirůtka requested to merge (removed):fix-includes into master

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.

Merge request reports