Print this page
OS-???? [lx] SIGEV_THREAD_ID emulation needed

Split Close
Expand all
Collapse all
          --- old/usr/src/common/brand/lx/lx_signum.h
          +++ new/usr/src/common/brand/lx/lx_signum.h
↓ open down ↓ 63 lines elided ↑ open up ↑
  64   64  #define LX_SIGPOLL      LX_SIGIO
  65   65  #define LX_SIGPWR       30
  66   66  #define LX_SIGSYS       31
  67   67  #define LX_SIGUNUSED    31
  68   68  
  69   69  #define LX_NSIG         64      /* Linux _NSIG */
  70   70  
  71   71  #define LX_SIGRTMIN     32
  72   72  #define LX_SIGRTMAX     LX_NSIG
  73   73  
       74 +#define LX_SIGTIMER     LX_SIGRTMIN
       75 +
  74   76  extern const int ltos_signo[];
  75   77  extern const int stol_signo[];
  76   78  
  77   79  extern int lx_stol_signo(int, int);
  78   80  extern int lx_ltos_signo(int, int);
  79   81  extern int lx_stol_status(int, int);
  80   82  extern int lx_stol_sigcode(int);
  81   83  
  82   84  #ifdef  __cplusplus
  83   85  }
  84   86  #endif
  85   87  
  86   88  #endif  /* _LX_SIGNUM_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX