Ignore:
Timestamp:
Nov 14, 2004, 12:28:29 PM (21 years ago)
Author:
bird
Message:

More signals and waiting stuff.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.16 to 1.17
    r1629 r1630  
    9999    /** Structure size. */
    100100    unsigned                        cb;
    101     /** Process ID. */
     101    /** Process Id. */
    102102    pid_t                           pid;
     103    /** Process Group Id. */
     104    pid_t                           pgrp;
    103105    /** Exit code. */
    104106    int                             iExitCode;
     
    542544    unsigned                            cSigMaxActive;
    543545    /** 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.
    545549     */
    546550    unsigned long                       hevNotify;
Note: See TracChangeset for help on using the changeset viewer.