2000-12-04 Joel Sherrill <joel@OARcorp.com>
* libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
This commit is contained in:
parent
768abc9c15
commit
f5e7c1244b
|
@ -1,3 +1,7 @@
|
|||
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
|
||||
|
||||
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/include/ieeefp.h: Added entries for OpenCores CPUs.
|
||||
|
|
|
@ -106,7 +106,7 @@ system (s)
|
|||
|
||||
#endif
|
||||
|
||||
#if defined (unix) && !defined (__CYGWIN__)
|
||||
#if defined (unix) && !defined (__CYGWIN__) && !defined(__rtems__)
|
||||
extern char **environ;
|
||||
|
||||
/* Only deal with a pointer to environ, to work around subtle bugs with shared
|
||||
|
|
Loading…
Reference in New Issue