Changes between Initial Version and Version 1 of Ticket #210
- Timestamp:
- May 20, 2009, 3:37:57 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #210 – Description
initial v1 14 14 This is the modified multiarch_wrapper that i propose : 15 15 16 16 {{{ 17 17 /* multiarch_wrapper.c for CLFS multilib */ 18 18 … … 77 77 return 0; 78 78 } 79 79 }}} 80 80 It's a longer source, but with this, we keep control over the processes. 81 81 But in fact, it's a delicate task to execute a child process.