From a3b3370f40173148088b50f90678ebea75837f17 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 13 Mar 1992 21:45:09 +0000 Subject: [PATCH] Formerly posix/system.c.~7~ --- sysdeps/posix/system.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. */ -- 2.11.0