mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #730597: Disable POPEN for RTEMS.
This commit is contained in:
parent
70849f84a0
commit
212ede6cbf
1 changed files with 2 additions and 0 deletions
|
@ -122,7 +122,9 @@ corresponding Unix manual entries for more information on calls.");
|
|||
#define HAVE_KILL 1
|
||||
#define HAVE_OPENDIR 1
|
||||
#define HAVE_PIPE 1
|
||||
#ifndef __rtems__
|
||||
#define HAVE_POPEN 1
|
||||
#endif
|
||||
#define HAVE_SYSTEM 1
|
||||
#define HAVE_WAIT 1
|
||||
#define HAVE_TTYNAME 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue