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

kash: Generate the signal names at compile time rather than lazily at runtime. This should be more efficient, though may cause trouble if cross building.

File:
1 edited

Legend:

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

    r3408 r3409  
    384384#endif /* _MSC_VER */
    385385#ifndef HAVE_SYS_SIGNAME
    386 extern char sys_signame[NSIG][16];
     386extern const char * const sys_signame[NSIG];
    387387#endif
    388388
Note: See TracChangeset for help on using the changeset viewer.