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
ptsname_r: Work around bug on Android 4.3.
[gnulib.git]
/
modules
/
lchmod
blob
a0ac7a534664ae1368bd5916a85a688655844e16
1
Description:
2
lchmod that is actually chmod (!) on hosts lacking lchmod
3
4
Files:
5
m4/lchmod.m4
6
7
Depends-on:
8
sys_stat
9
extensions
10
11
configure.ac:
12
gl_FUNC_LCHMOD
13
gl_SYS_STAT_MODULE_INDICATOR([lchmod])
14
15
Makefile.am:
16
17
Include:
18
<sys/stat.h>
19
20
License:
21
GPL
22
23
Maintainer:
24
Paul Eggert, Jim Meyering