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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
access
blob
7434e021efb22aa92d224fd1e26029e1fab7825a
1
Description:
2
access() function: test the access rights of a file.
3
4
Files:
5
lib/access.c
6
m4/access.m4
7
8
Depends-on:
9
unistd
10
fcntl
11
12
configure.ac:
13
gl_FUNC_ACCESS
14
if test $REPLACE_ACCESS = 1; then
15
AC_LIBOBJ([access])
16
fi
17
gl_UNISTD_MODULE_INDICATOR([access])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all