Ignore:
Timestamp:
Aug 13, 2020, 11:01:14 AM (5 years ago)
Author:
bird
Message:

kash: Don't use sys_siglist, use strsignal instead. Should be present everywhere except when using VC++ on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.h

    r3240 r3408  
    381381/*# define SIGBREAK         21 */
    382382/*# define SIGABRT          22 */
    383 
    384 #   define sys_siglist      sys_signame
     383const char *strsignal(int iSig);
    385384#endif /* _MSC_VER */
    386 #ifdef __sun__
    387 #   define sys_siglist      _sys_siglist
    388 #endif
    389385#ifndef HAVE_SYS_SIGNAME
    390386extern char sys_signame[NSIG][16];
Note: See TracChangeset for help on using the changeset viewer.