Changeset 1225 for trunk/src/kash/shinstance.h
- Timestamp:
- Oct 8, 2007, 3:40:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r1222 r1225 360 360 # define SIGTTIN 19 361 361 # define SIGCONT 20 362 extern const char * const sys_siglist[NSIG]; 362 # define sys_siglist sys_signame 363 363 #endif /* _MSC_VER */ 364 364 #ifdef __sun__ 365 # define sys_siglist _sys_siglist 365 # define sys_siglist _sys_siglist 366 #endif 367 #ifndef HAVE_SYS_SIGNAME 368 extern char sys_signame[NSIG][16]; 366 369 #endif 367 370 … … 433 436 int sh_tcsetpgrp(shinstance *, int, pid_t); 434 437 435 /* sys/resour ece.h */438 /* sys/resource.h */ 436 439 #ifdef _MSC_VER 437 440 typedef int64_t shrlim_t;
Note:
See TracChangeset
for help on using the changeset viewer.