Changeset 2539
- Timestamp:
- Feb 7, 2006, 12:30:06 AM (20 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2536 r2539 5 5 2006-02-06: knut st. osmundsen <bird-gccos2-spam@anduin.net> 6 6 - libc: 7 o #50: Inherit umask. 8 o #30: Committed forgotten header. 7 9 o #48: Quick implementation of the freopen(NULL,,) operation 8 10 to make cat from coreutils happy. -
branches/libc-0.6/src/emx/src/lib/sys/__spawnve.c
r2538 r2539 73 73 */ 74 74 #define ALIGNIT(cb) (((cb) + 3) & ~3) 75 size_t cb = sizeof(__LIBC_SPMINHERIT) + ALIGNIT(cbFH) + ALIGNIT(cbFS) + ALIGNIT(cb Sig) + ALIGNIT(cbStrings);75 size_t cb = sizeof(__LIBC_SPMINHERIT) + ALIGNIT(cbFH) + ALIGNIT(cbFS) + ALIGNIT(cbFS2) + ALIGNIT(cbSig) + ALIGNIT(cbStrings); 76 76 pRet = __libc_spmAlloc(cb); 77 77 if (pRet)
Note:
See TracChangeset
for help on using the changeset viewer.