Changeset 1986 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- May 9, 2005, 7:02:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.22
to1.23
r1985 r1986 557 557 /** 116 - Pointer to SysV Sempahore globals. */ 558 558 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. 561 565 * Future versions of LIBC may use this area assuming it's initalized with zeros. 562 566 */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.