fcntl-h: rename from fcntl, in preparation for fcntl(2)
authorEric Blake <ebb9@byu.net>
Fri, 21 Aug 2009 14:26:40 +0000 (08:26 -0600)
committerEric Blake <ebb9@byu.net>
Sun, 23 Aug 2009 03:19:15 +0000 (21:19 -0600)
commit1786a4159d6a904f76ba4148b04a75a75072c297
tree908e67eb2b0194e8c0829cd1ed294a2ee99e1c18
parent6397686ef1529ec95b5874729d024da91dc21003
fcntl-h: rename from fcntl, in preparation for fcntl(2)

* modules/fcntl: Move <fcntl.h> header replacement...
* modules/fcntl-h: ...to new name, so as not to collide with
like-named function.
* tests/test-fcntl.c: Rename...
* tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
* modules/fcntl-tests: Rename...
* modules/fcntl-h-tests: ...to this.  Update test file name.
* modules/chdir-long (Depends-on): Update clients.
* modules/chdir-safer (Depends-on): Likewise.
* modules/fcntl-safer (Depends-on): Likewise.
* modules/fts (Depends-on): Likewise.
* modules/mkancesdirs (Depends-on): Likewise.
* modules/mkdir-p (Depends-on): Likewise.
* modules/open (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
* MODULES.html.sh (systems lacking POSIX:2008): Update name.
* doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.

Signed-off-by: Eric Blake <ebb9@byu.net>
17 files changed:
ChangeLog
MODULES.html.sh
doc/posix-headers/fcntl.texi
modules/chdir-long
modules/chdir-safer
modules/fcntl
modules/fcntl-h [new file with mode: 0644]
modules/fcntl-h-tests [new file with mode: 0644]
modules/fcntl-safer
modules/fcntl-tests [deleted file]
modules/fts
modules/mkancesdirs
modules/mkdir-p
modules/open
modules/savewd
tests/test-fcntl-h.c [new file with mode: 0644]
tests/test-fcntl.c [deleted file]