maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / faccessat
1 Description:
2 faccessat() function: check user's permissions for a file.
3
4 Files:
5 lib/faccessat.c
6 m4/faccessat.m4
7
8 Depends-on:
9 unistd
10 extensions
11 fcntl-h
12 euidaccess      [test $HAVE_FACCESSAT = 0]
13 openat          [test $HAVE_FACCESSAT = 0]
14
15 configure.ac:
16 gl_FUNC_FACCESSAT
17 gl_MODULE_INDICATOR([faccessat])
18 gl_UNISTD_MODULE_INDICATOR([faccessat])
19
20 Makefile.am:
21
22 Include:
23 <fcntl.h>
24 <unistd.h>
25
26 Link:
27 $(LIB_EACCESS)
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering, Eric Blake