From: Roland McGrath Date: Mon, 20 Feb 1995 00:53:51 +0000 (+0000) Subject: Remove __environ definition. X-Git-Tag: glibc-2.16-ports-before-merge~3949 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f427a39dbda2671bc46ee39b4dfc08d49f5337ed;p=thirdparty%2Fglibc.git Remove __environ definition. --- diff --git a/sysdeps/unix/sysv/irix4/start.c b/sysdeps/unix/sysv/irix4/start.c index 4382e6f855b..cd86f85244c 100644 --- a/sysdeps/unix/sysv/irix4/start.c +++ b/sysdeps/unix/sysv/irix4/start.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -30,13 +30,6 @@ int __data_start = 0; VOLATILE int errno = 0; -#ifndef HAVE_GNU_LD -#undef environ -#define __environ environ -#endif - -char **__environ; - extern void EXFUN(__libc_init, (int argc, char **argv, char **envp)); extern int EXFUN(main, (int argc, char **argv, char **envp));