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