From 667561d720dd1e22b51fe5d308a8f94d49d46b85 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 Nov 2011 20:34:55 +0100 Subject: [PATCH] New modules 'at-internal', 'openat-h', split off from module 'openat'. * modules/at-internal: New file, extracted from modules/openat. * modules/openat-h: New file. --- ChangeLog | 2 ++ modules/at-internal | 28 ++++++++++++++++++++++++++++ modules/openat-h | 24 ++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 modules/at-internal create mode 100644 modules/openat-h diff --git a/ChangeLog b/ChangeLog index 616c5dbe3e..07d0fbd698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ 2011-11-05 Bruno Haible New modules 'at-internal', 'openat-h', split off from module 'openat'. + * modules/at-internal: New file, extracted from modules/openat. + * modules/openat-h: New file. * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_OPENAT. Don't invoke gl_PREREQ_OPENAT and gl_MODULE_INDICATOR. * modules/openat (Description): Add reference to POSIX function. diff --git a/modules/at-internal b/modules/at-internal new file mode 100644 index 0000000000..524750b655 --- /dev/null +++ b/modules/at-internal @@ -0,0 +1,28 @@ +Description: +Internal functions for dealing with files relative to a directory. + +Files: +lib/openat-priv.h +lib/openat-proc.c + +Depends-on: +errno +fcntl-h +intprops +open +sys_stat +unistd + +configure.ac: +AC_LIBOBJ([openat-proc]) + +Makefile.am: + +Include: +"openat-priv.h" + +License: +GPL + +Maintainer: +Jim Meyering, Eric Blake diff --git a/modules/openat-h b/modules/openat-h new file mode 100644 index 0000000000..2af3b8885f --- /dev/null +++ b/modules/openat-h @@ -0,0 +1,24 @@ +Description: +Declarations of functions related to accessing files relative to a directory. + +Files: +lib/openat.h + +Depends-on: +fcntl-h +stdbool +sys_stat +unistd + +configure.ac: + +Makefile.am: + +Include: +"openat.h" + +License: +GPL + +Maintainer: +Jim Meyering, Eric Blake -- 2.39.5