Issue 730597: RTEMS does not have a popen (original ) (raw ) Issue730597
Created on 2003-05-01 04:50 by cjohns , last changed 2022-04-10 16:08 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
posixmodule_rtems.diff
cjohns,2003-05-01 04:50
RTEMS posixmodule diff against CVS
Messages (2)
msg43559 - (view)
Author: Chris Johns (cjohns)
Date: 2003-05-01 04:50
RTEMS port of Python. RTEMS supports POSIX but does not have a popen. RTEMS is a realtime operating system and has a single address space and no MMU so no fork, vfork or popen.
msg43560 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2003-09-20 11:21
Logged In: YES user_id=21627 Thanks for the patch. Applied as posixmodule.c 2.304.
History
Date
User
Action
Args
2022-04-10 16:08:29
admin
set
github: 38413
2003-05-01 04:50:11
cjohns
create