blob: 2a37779f7243e7ccbf95a765b759274d6fdbe86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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 [case $host_os in mingw*) false;; *) :;; esac]
sys_stat
unistd
configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
Makefile.am:
lib_SOURCES += openat-priv.h openat-proc.c
Include:
"openat-priv.h"
License:
GPL
Maintainer:
Jim Meyering, Eric Blake
|