Changeset 280 in kBuild for branches/GNU/src/gmake/signame.c
- Timestamp:
- May 16, 2005 4:54:02 PM (19 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/signame.c
r54 r280 28 28 */ 29 29 30 #if !defined( SYS_SIGLIST_DECLARED)30 #if !defined(HAVE_DECL_SYS_SIGLIST) 31 31 32 32 /* Some systems do not define NSIG in <signal.h>. */ … … 227 227 } 228 228 229 #endif /* SYS_SIGLIST_DECLARED*/229 #endif /* HAVE_DECL_SYS_SIGLIST */ 230 230 231 231 … … 235 235 static char buf[] = "Signal 12345678901234567890"; 236 236 237 #if ! defined(SYS_SIGLIST_DECLARED)237 #if ! HAVE_DECL_SYS_SIGLIST 238 238 static char sig_initted = 0; 239 239
Note:
See TracChangeset
for help on using the changeset viewer.

