From: roland Date: Fri, 13 Mar 1992 21:45:09 +0000 (+0000) Subject: Formerly posix/system.c.~7~ X-Git-Tag: jems-14oct94~5278 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=a3b3370f40173148088b50f90678ebea75837f17 Formerly posix/system.c.~7~ --- diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index 593a4b3b90..2505f881d2 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992 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 @@ -25,6 +25,10 @@ Cambridge, MA 02139, USA. */ #include +#ifndef HAVE_GNU_LD +#define __environ environ +#endif + #define SHELL_PATH "/bin/sh" /* Path of the shell. */ #define SHELL_NAME "sh" /* Name to give it. */