Changeset 2305


Ignore:
Timestamp:
Aug 22, 2005, 7:32:56 AM (20 years ago)
Author:
bird
Message:

Fixed USE_MISC usage.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r2304 r2305  
    116116#define SIGRTMIN 33     /** First real time signal. */
    117117#define SIGRTMAX 63     /** Last real time signal (inclusive) */
    118 #if __BSD_VISIBLE || __USE_MISC
     118#if __BSD_VISIBLE || defined __USE_MISC
    119119#define _NSIG    (SIGRTMAX + 1)     /** Number of signals (exclusive). Valid range is 1 to (_NSIG-1). */
    120120#define NSIG     _NSIG              /** See _NSIG. */
Note: See TracChangeset for help on using the changeset viewer.