Changeset 3408 for trunk/src/kash/shinstance.h
- Timestamp:
- Aug 13, 2020, 11:01:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r3240 r3408 381 381 /*# define SIGBREAK 21 */ 382 382 /*# define SIGABRT 22 */ 383 384 # define sys_siglist sys_signame 383 const char *strsignal(int iSig); 385 384 #endif /* _MSC_VER */ 386 #ifdef __sun__387 # define sys_siglist _sys_siglist388 #endif389 385 #ifndef HAVE_SYS_SIGNAME 390 386 extern char sys_signame[NSIG][16];
Note:
See TracChangeset
for help on using the changeset viewer.