projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3c12881
)
Formerly posix/system.c.~7~
author
roland
<roland>
Fri, 13 Mar 1992 21:45:09 +0000
(21:45 +0000)
committer
roland
<roland>
Fri, 13 Mar 1992 21:45:09 +0000
(21:45 +0000)
sysdeps/posix/system.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/system.c
b/sysdeps/posix/system.c
index
593a4b3
..
2505f88
100644
(file)
--- 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
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 <sys/types.h>
#include <sys/types.h>
+#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. */
#define SHELL_PATH "/bin/sh" /* Path of the shell. */
#define SHELL_NAME "sh" /* Name to give it. */