Ignore:
Timestamp:
Nov 8, 2004, 2:06:04 AM (21 years ago)
Author:
bird
Message:

Updated some headers to 5.2/3 level.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1623 r1624  
    9191 * in scope (in the current implementation), so we can't use it here.
    9292 */
     93#endif /* bird we do */
    9394int     sigqueue(__pid_t, int, const union sigval);
    94 #endif
    9595struct timespec;
    9696int     sigtimedwait(const sigset_t * __restrict, siginfo_t * __restrict,
     
    124124int     sigignore(int);
    125125int     sigrelse(int);
     126void  (*sigset(int, void (*)(int)))(int);
    126127#endif
    127128#if __BSD_VISIBLE && !defined(_XOPEN_SOURCE) && !defined(sigpause)
Note: See TracChangeset for help on using the changeset viewer.