Changeset 3795 for branches/libc-0.6/src/emx/include
- Timestamp:
- May 24, 2012, 9:37:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/fork.h
r2786 r3795 412 412 * This is only set when fork() is called from threads other than 1. */ 413 413 int fStackAlloc; 414 /** Pointer to the instruction star intthe return sequence for __fork().414 /** Pointer to the instruction starting the return sequence for __fork(). 415 415 * Pratically speaking, set esp=pvStackRet and jump here. */ 416 416 void *pvForkRet;
Note:
See TracChangeset
for help on using the changeset viewer.