havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / getumask
blob0f21808711c7b153ea825cd87974e140461c0b79
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 if test $HAVE_GETUMASK = 0; then
19   AC_LIBOBJ([getumask])
20   gl_PREREQ_GETUMASK
22 gl_SYS_STAT_MODULE_INDICATOR([getumask])
24 Makefile.am:
26 Include:
27 <sys/stat.h>
29 Link:
30 $(LIB_GETRANDOM)
31 $(LIB_CLOCK_GETTIME)
32 $(LIBTHREAD)
34 License:
35 GPL
37 Maintainer:
38 all