Changeset 2540


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

#50: Inherit umask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/sys/__spawnve.c

    r2539 r2540  
    100100                    if (pFS2)
    101101                    {
    102                         pRet->pFS2 = (__LIBC_PSPMINHFS)p;
     102                        pRet->pFS2 = (__LIBC_PSPMINHFS2)p;
    103103                        p += ALIGNIT(cbFS2);
    104104                        memcpy(pRet->pFS2, pFS2, cbFS2);
Note: See TracChangeset for help on using the changeset viewer.