Ignore:
Timestamp:
May 9, 2005, 7:02:45 AM (20 years ago)
Author:
bird
Message:

SysV Shared Memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/sharedpm.h

    • Property cvs2svn:cvs-rev changed from 1.22 to 1.23
    r1985 r1986  
    557557    /** 116 - Pointer to SysV Sempahore globals. */
    558558    struct __libc_SysV_Sem             *pSysVSem;
    559 
    560     /*  120 - The rest of the block, up to cbProcess, is undefined in this version.
     559    /** 120 - Pointer to SysV Shared Memory globals. */
     560    struct __libc_SysV_Shm             *pSysVShm;
     561    /** 124 - Pointer to SysV Message Queue globals. */
     562    struct __libc_SysV_Msg             *pSysVMsg;
     563
     564    /*  128 - The rest of the block, up to cbProcess, is undefined in this version.
    561565     * Future versions of LIBC may use this area assuming it's initalized with zeros.
    562566     */
Note: See TracChangeset for help on using the changeset viewer.