summaryrefslogtreecommitdiff
path: root/lib/stdlib.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-02-11 15:15:46 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-02-11 15:15:46 -0800
commit71d4202f204ea5fad93eb34406f0ef671630f271 (patch)
treefec0fef790d77c00f2dd5d0399fdb9a07425eb07 /lib/stdlib.in.h
parent6659b59ccb7909a07f71a0143fd9d85e60b8e414 (diff)
downloademacs-71d4202f204ea5fad93eb34406f0ef671630f271.tar.gz
Merge from gnulib.
Diffstat (limited to 'lib/stdlib.in.h')
-rw-r--r--lib/stdlib.in.h2
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 - "
_GL_FUNCDECL_SYS (secure_getenv, char *,
(char const *name) _GL_ARG_NONNULL ((1)));
# endif
-_GL_CXXALIAS_SYS (secure_getenv, int, (char const *name));
+_GL_CXXALIAS_SYS (secure_getenv, char *, (char const *name));
_GL_CXXALIASWARN (secure_getenv);
#elif defined GNULIB_POSIXCHECK
# undef secure_getenv