Changeset 2539


Ignore:
Timestamp:
Feb 7, 2006, 12:30:06 AM (20 years ago)
Author:
bird
Message:

#50: Inherit umask.

Location:
branches/libc-0.6/src/emx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/ChangeLog.LIBC

    r2536 r2539  
    552006-02-06: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    66    - libc:
     7        o #50: Inherit umask.
     8        o #30: Committed forgotten header.
    79        o #48: Quick implementation of the freopen(NULL,,) operation
    810          to make cat from coreutils happy.
  • branches/libc-0.6/src/emx/src/lib/sys/__spawnve.c

    r2538 r2539  
    7373                 */
    7474                #define ALIGNIT(cb) (((cb) + 3) & ~3)
    75                 size_t  cb = sizeof(__LIBC_SPMINHERIT) + ALIGNIT(cbFH) + ALIGNIT(cbFS) + ALIGNIT(cbSig) + ALIGNIT(cbStrings);
     75                size_t  cb = sizeof(__LIBC_SPMINHERIT) + ALIGNIT(cbFH) + ALIGNIT(cbFS) + ALIGNIT(cbFS2) + ALIGNIT(cbSig) + ALIGNIT(cbStrings);
    7676                pRet = __libc_spmAlloc(cb);
    7777                if (pRet)
Note: See TracChangeset for help on using the changeset viewer.