* libc/include/string.h: Work around problem with strsignal and gdb.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| Fri Jun  2 23:02:11 2000  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	* libc/include/string.h: Work around problem with strsignal and gdb. | ||||
|  | ||||
| Tue May 30 13:13:01 2000  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__ | ||||
|   | ||||
| @@ -67,7 +67,9 @@ char 	*_EXFUN(strsep,(char **, const char *)); | ||||
| char	*_EXFUN(strlwr,(char *)); | ||||
| char	*_EXFUN(strupr,(char *)); | ||||
| #ifdef __CYGWIN__ | ||||
| #ifndef DEFS_H	/* Kludge to work around problem compiling in gdb */ | ||||
| const char  *_EXFUN(strsignal, (int __signo)); | ||||
| #endif | ||||
| int     _EXFUN(strtosigno, (const char *__name)); | ||||
| #endif | ||||
| void	 _EXFUN(swab,(const void *, void *, ssize_t)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user