sigsegv, c-stack tests: Avoid test failures with ASAN.
[gnulib.git] / modules / getumask
blob5e6cc2f2112fcf6b5c630a742c28c0707ea4c41f
1 Description:
2 getumask() function: retrieve the umask of the process (multithread-safe)
4 Files:
5 lib/getumask.c
6 m4/getumask.m4
8 Depends-on:
9 sys_stat
10 extensions
11 c99             [test $HAVE_GETUMASK = 0]
12 unistd          [test $HAVE_GETUMASK = 0]
13 clean-temp      [test $HAVE_GETUMASK = 0]
14 tempname        [test $HAVE_GETUMASK = 0]
16 configure.ac:
17 gl_FUNC_GETUMASK
18 gl_CONDITIONAL([GL_COND_OBJ_GETUMASK], [test $HAVE_GETUMASK = 0])
19 AM_COND_IF([GL_COND_OBJ_GETUMASK], [
20   gl_PREREQ_GETUMASK
22 gl_SYS_STAT_MODULE_INDICATOR([getumask])
24 Makefile.am:
25 if GL_COND_OBJ_GETUMASK
26 lib_SOURCES += getumask.c
27 endif
29 Include:
30 <sys/stat.h>
32 Link:
33 $(GETRANDOM_LIB)
34 $(CLOCK_TIME_LIB)
35 $(LIBTHREAD)
37 License:
38 GPL
40 Maintainer:
41 all