regex_internal.h: define __attribute_warn_unused_result__
[gnulib.git] / doc / posix-functions / access.texi
1 @node access
2 @section @code{access}
3 @findex access
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/access.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function uses the effective id instead of the real id on some
17 platforms:
18 Cygwin 1.5.x.
19 @item
20 There is an inherent race between calling this function and performing
21 some action based on the results; you should think twice before
22 trusting this function in a set-uid or set-gid program.
23 @end itemize