Changeset 1455
- Timestamp:
- Sep 4, 2004, 8:43:51 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1454 r1455 320 320 pid_t pidCreate; 321 321 /** Creation timestamp. */ 322 DATETIME dtCreate; 322 union 323 { 324 #ifdef INCL_DOSDATETIME 325 DATETIME dtCreate; 326 #endif 327 char ach[16]; 328 }; 323 329 /* The rest of the block, up to cbProcess, is undefined in this version. 324 330 * Future versions of LIBC may use this area assuming it's initalized with zeros. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.