changeset 16036:1fda91604648

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 Nov 2011 20:34:55 +0100
parents 88def2ddf509
children 82a1361734d0
files ChangeLog modules/at-internal modules/openat-h
diffstat 3 files changed, 54 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
new file mode 100644
--- /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
new file mode 100644
--- /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