aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h
index 60e837b..32199c0 100644
--- a/newlib/libc/include/string.h
+++ b/newlib/libc/include/string.h
@@ -130,7 +130,7 @@ char *strlwr (char *);
char *strupr (char *);
#endif
-#ifndef DEFS_H /* Kludge to work around problem compiling in gdb */
+#if __POSIX_VISIBLE >= 200809
char *strsignal (int __signo);
#endif