repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
at-internal
blob
2a37779f7243e7ccbf95a765b759274d6fdbe86f
1
Description:
2
Internal functions for dealing with files relative to a directory.
3
4
Files:
5
lib/openat-priv.h
6
lib/openat-proc.c
7
8
Depends-on:
9
errno
10
fcntl-h
11
intprops
12
open [case $host_os in mingw*) false;; *) :;; esac]
13
sys_stat
14
unistd
15
16
configure.ac:
17
AC_REQUIRE([AC_CANONICAL_HOST])
18
19
Makefile.am:
20
lib_SOURCES += openat-priv.h openat-proc.c
21
22
Include:
23
"openat-priv.h"
24
25
License:
26
GPL
27
28
Maintainer:
29
Jim Meyering, Eric Blake