diff options
| author | Joakim Verona | 2013-02-13 00:04:17 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-13 00:04:17 +0100 |
| commit | e46029ad6dda065541c8de40de0fe9d5800ac770 (patch) | |
| tree | 891ff36967b0ef02459ee46b6363b75bf810d524 /lib/stdlib.in.h | |
| parent | e0444a0966fa001953bb97cfb60451c42220be8e (diff) | |
| parent | c4131562319d3529841136d236ac39fb1e3d2b7c (diff) | |
| download | emacs-e46029ad6dda065541c8de40de0fe9d5800ac770.tar.gz emacs-e46029ad6dda065541c8de40de0fe9d5800ac770.zip | |
auto upstream
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index e054c520ebe..c9552480e5d 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -773,7 +773,7 @@ _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - " | |||
| 773 | _GL_FUNCDECL_SYS (secure_getenv, char *, | 773 | _GL_FUNCDECL_SYS (secure_getenv, char *, |
| 774 | (char const *name) _GL_ARG_NONNULL ((1))); | 774 | (char const *name) _GL_ARG_NONNULL ((1))); |
| 775 | # endif | 775 | # endif |
| 776 | _GL_CXXALIAS_SYS (secure_getenv, int, (char const *name)); | 776 | _GL_CXXALIAS_SYS (secure_getenv, char *, (char const *name)); |
| 777 | _GL_CXXALIASWARN (secure_getenv); | 777 | _GL_CXXALIASWARN (secure_getenv); |
| 778 | #elif defined GNULIB_POSIXCHECK | 778 | #elif defined GNULIB_POSIXCHECK |
| 779 | # undef secure_getenv | 779 | # undef secure_getenv |