add wrapper headers, with warnings, for various incorrect names under sys
commit54446d730cfb17c5f7bcf57f139458678f5066cc
authorRich Felker <dalias@aerifal.cx>
Sat, 27 Jul 2013 21:11:34 +0000 (27 17:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 27 Jul 2013 21:11:34 +0000 (27 17:11 -0400)
tree7f548e75de7f4230886ee44a44cf05c93683ff68
parentbf7b7282f5cd65bcdd80f55eeebc90fab50c9159
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.
include/sys/dir.h [new file with mode: 0644]
include/sys/errno.h [new file with mode: 0644]
include/sys/fcntl.h [new file with mode: 0644]
include/sys/poll.h
include/sys/signal.h [new file with mode: 0644]
include/sys/termios.h [new file with mode: 0644]