1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Don't declare getenv, thus reverting the change of 2001-11-18.

It's no longer necessary, now that stdlib.h is always included.
This commit is contained in:
Jim Meyering
2001-12-02 19:59:39 +00:00
parent 3287aaae94
commit 4542868aea

View File

@@ -106,13 +106,6 @@
#if ! (HAVE___SECURE_GETENV || _LIBC)
# define __secure_getenv getenv
# ifndef HAVE_DECL_GETENV
"this configure-time declaration test was not run"
# endif
# if !HAVE_DECL_GETENV
char *getenv ();
# endif
#endif
#ifdef _LIBC