diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-01-07 12:02:28 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-01-07 12:02:28 +0100 |
commit | 73b18e6f6336324619877923ac79b31ca19b5194 (patch) | |
tree | b3863d045ddf668ce07a4ae0eee684a0e670b154 /gl/unistd.in.h | |
parent | 27e846ea09a28e896004be9ce1d057b12f80150f (diff) | |
download | gnutls-73b18e6f6336324619877923ac79b31ca19b5194.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/unistd.in.h')
-rw-r--r-- | gl/unistd.in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gl/unistd.in.h b/gl/unistd.in.h index a919936a0e..1b2f80ee18 100644 --- a/gl/unistd.in.h +++ b/gl/unistd.in.h @@ -35,6 +35,7 @@ #endif /* mingw fails to declare _exit in <unistd.h>. */ +/* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */ #include <stdlib.h> #if @GNULIB_WRITE@ && @REPLACE_WRITE@ && @GNULIB_UNISTD_H_SIGPIPE@ |