Ignore:
Timestamp:
Nov 15, 2004, 9:21:54 AM (21 years ago)
Author:
bird
Message:

Bugfixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/signal.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1632 r1633  
    33 * @changed bird:   Added sighold(), sigignore(), sigrelse(). Added wrapper
    44 *                  between the two sigpause() APIs.
     5 * @changed bird:   include sys/timespec.h.
    56 */
    67
     
    4748#include <sys/_types.h>
    4849#include <sys/signal.h>
     50#include <sys/timespec.h>               /* bird: Need full timespec declaration. */
    4951
    5052#if __BSD_VISIBLE
Note: See TracChangeset for help on using the changeset viewer.