changeset 17329:d69dfef8e8c6

lib/stdlib.in.h: Fix return type for secure_getenv C++ alias declaration.
author John W. Eaton <jwe@octave.org>
date Sat, 09 Feb 2013 15:11:07 -0500
parents 30110a025c48
children fea72d948013
files lib/stdlib.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -773,7 +773,7 @@
 _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