Mercurial > hg > octave-kai > gnulib-hg
view modules/chdir-safer @ 11876:cc0527e5d2f4
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>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 21 Aug 2009 08:26:40 -0600 |
parents | dde1ecc647d1 |
children | 909daff94315 |
line wrap: on
line source
Description: like chdir, but safer Files: lib/chdir-safer.h lib/chdir-safer.c m4/chdir-safer.m4 Depends-on: fchdir fcntl-h open same-inode stdbool configure.ac: gl_CHDIR_SAFER Makefile.am: Include: "chdir-safer.h" License: GPL Maintainer: Jim Meyering