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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
chmodat
blob
b4dc230a0354ecba17b638b6c23cbac04c13c01c
1
Description:
2
chmodat and lchmodat functions: Change access permissions of a file at a directory.
3
4
Files:
5
lib/chmodat.c
6
7
Depends-on:
8
fchmodat
9
10
configure.ac:
11
gl_MODULE_INDICATOR([chmodat]) dnl for lib/openat.h
12
13
Makefile.am:
14
lib_SOURCES += chmodat.c
15
16
Include:
17
"openat.h"
18
19
License:
20
GPL
21
22
Maintainer:
23
Jim Meyering, Eric Blake, Paul Eggert