From 1786a4159d6a904f76ba4148b04a75a75072c297 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 21 Aug 2009 08:26:40 -0600 Subject: fcntl-h: rename from fcntl, in preparation for fcntl(2) * modules/fcntl: Move 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 --- modules/fcntl-h-tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/fcntl-h-tests (limited to 'modules/fcntl-h-tests') diff --git a/modules/fcntl-h-tests b/modules/fcntl-h-tests new file mode 100644 index 0000000000..f0cf17364e --- /dev/null +++ b/modules/fcntl-h-tests @@ -0,0 +1,13 @@ +Files: +tests/test-fcntl-h.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-fcntl-h +check_PROGRAMS += test-fcntl-h + +License: +LGPL -- cgit v1.2.1