Changeset 1630 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Nov 14, 2004, 12:28:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.16
to1.17
r1629 r1630 99 99 /** Structure size. */ 100 100 unsigned cb; 101 /** Process I D. */101 /** Process Id. */ 102 102 pid_t pid; 103 /** Process Group Id. */ 104 pid_t pgrp; 103 105 /** Exit code. */ 104 106 int iExitCode; … … 542 544 unsigned cSigMaxActive; 543 545 /** 112 - Notification event semaphore. 544 * This semaphore is signaled when an event occurs. 546 * This semaphore is signaled when an event occurs. An event is either a signal 547 * or a child notification. 548 * At the moment this isn't used by anyone, but it's being signaled just in case. 545 549 */ 546 550 unsigned long hevNotify; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.