blob: 9f19a0e8189f1758f926be0e2cb4b95454079add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Description:
getumask() function: retrieve the umask of the process (multithread-safe)
Files:
lib/getumask.c
m4/getumask.m4
Depends-on:
sys_stat
extensions
unistd [test $HAVE_GETUMASK = 0]
clean-temp [test $HAVE_GETUMASK = 0]
tempname [test $HAVE_GETUMASK = 0]
configure.ac:
gl_FUNC_GETUMASK
if test $HAVE_GETUMASK = 0; then
AC_LIBOBJ([getumask])
gl_PREREQ_GETUMASK
fi
gl_SYS_STAT_MODULE_INDICATOR([getumask])
Makefile.am:
Include:
<sys/stat.h>
License:
GPL
Maintainer:
all
|