mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/at-internal: New file, extracted from modules/openat. * modules/openat-h: New file.
29 lines
313 B
Plaintext
29 lines
313 B
Plaintext
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
|