* libc/include/string.h: Work around problem with strsignal and gdb.
This commit is contained in:
parent
8b7d491c25
commit
d51d968a80
|
@ -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>
|
Tue May 30 13:13:01 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
|
* libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
|
||||||
|
|
|
@ -67,7 +67,9 @@ char *_EXFUN(strsep,(char **, const char *));
|
||||||
char *_EXFUN(strlwr,(char *));
|
char *_EXFUN(strlwr,(char *));
|
||||||
char *_EXFUN(strupr,(char *));
|
char *_EXFUN(strupr,(char *));
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
#ifndef DEFS_H /* Kludge to work around problem compiling in gdb */
|
||||||
const char *_EXFUN(strsignal, (int __signo));
|
const char *_EXFUN(strsignal, (int __signo));
|
||||||
|
#endif
|
||||||
int _EXFUN(strtosigno, (const char *__name));
|
int _EXFUN(strtosigno, (const char *__name));
|
||||||
#endif
|
#endif
|
||||||
void _EXFUN(swab,(const void *, void *, ssize_t));
|
void _EXFUN(swab,(const void *, void *, ssize_t));
|
||||||
|
|
Loading…
Reference in New Issue