diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-10-15 08:34:52 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-10-15 08:34:52 +0200 |
commit | 5f30b74679828c8f0e18f42096d9651b00772aff (patch) | |
tree | 6ee9cbb2d290f19a19101ee6090eddeada26b44c /gl/unistd.in.h | |
parent | 55aa014dffb9b95bc3ad55a3d17f92668e416088 (diff) | |
download | gnutls-5f30b74679828c8f0e18f42096d9651b00772aff.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/unistd.in.h')
-rw-r--r-- | gl/unistd.in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/unistd.in.h b/gl/unistd.in.h index 34da9369c8..c75546743d 100644 --- a/gl/unistd.in.h +++ b/gl/unistd.in.h @@ -49,7 +49,7 @@ #endif /* Get getopt(), optarg, optind, opterr, optopt. */ -#if @GNULIB_UNISTD_H_GETOPT@ +#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT # include <getopt.h> #endif @@ -239,7 +239,7 @@ extern char **environ; #if @GNULIB_EUIDACCESS@ # if !@HAVE_EUIDACCESS@ -/* Like access(), except that is uses the effective user id and group id of +/* Like access(), except that it uses the effective user id and group id of the current process. */ extern int euidaccess (const char *filename, int mode); # endif |