]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/string.h: Work around problem with strsignal and gdb.
authorChristopher Faylor <me@cgf.cx>
Sat, 3 Jun 2000 03:03:03 +0000 (03:03 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 3 Jun 2000 03:03:03 +0000 (03:03 +0000)
newlib/ChangeLog
newlib/libc/include/string.h

index b7499e766670362cdc30873ed0460ed3b2e28515..25c23bab5003d0c6cbdab71fc0915c28404f2903 100644 (file)
@@ -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__
index 557800e1450fa6c011ef2a467a9da1e9f0406bcf..7d5bd45af3126c4bb8a9a2c07bb2e187f2dd83b7 100644 (file)
@@ -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));
This page took 0.043444 seconds and 5 git commands to generate.