New modules 'at-internal', 'openat-h', split off from module 'openat'.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Nov 2011 19:34:55 +0000 (20:34 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Nov 2011 19:34:55 +0000 (20:34 +0100)
* modules/at-internal: New file, extracted from modules/openat.
* modules/openat-h: New file.

ChangeLog
modules/at-internal [new file with mode: 0644]
modules/openat-h [new file with mode: 0644]

index 616c5db..07d0fbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
 2011-11-05  Bruno Haible  <bruno@clisp.org>
 
        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 (file)
index 0000000..524750b
--- /dev/null
@@ -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 (file)
index 0000000..2af3b88
--- /dev/null
@@ -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