repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
qacl
blob
78da6e112a4a9ba4e234de35e8a6e42511609126
1
Description:
2
Access control lists of files. (Unportable.)
3
4
Files:
5
lib/acl.h
6
lib/acl-internal.h
7
lib/acl-errno-valid.c
8
lib/acl_entries.c
9
lib/file-has-acl.c
10
lib/qcopy-acl.c
11
lib/qset-acl.c
12
m4/acl.m4
13
14
Depends-on:
15
extern-inline
16
fstat
17
stdbool
18
sys_stat
19
20
configure.ac:
21
gl_FUNC_ACL
22
23
Makefile.am:
24
lib_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
25
26
Include:
27
"acl.h"
28
29
Link:
30
$(LIB_ACL)
31
32
License:
33
GPL
34
35
Maintainer:
36
Paul Eggert, Jim Meyering