From dbfa92dd947cb26ebfec42c756eb36aa3b7571e5 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 24 Jan 2005 18:46:09 +0000 Subject: 2005-01-24 Jeff Johnston * libc/include/string.h: Remove Linux-specific declaration of strsignal and add #include . * libc/include/sys/string.h: New file. * libc/include/sys/linux/sys/string.h: New file with strsignal declaration deleted above. --- newlib/libc/sys/linux/sys/string.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 newlib/libc/sys/linux/sys/string.h (limited to 'newlib/libc/sys/linux') diff --git a/newlib/libc/sys/linux/sys/string.h b/newlib/libc/sys/linux/sys/string.h new file mode 100644 index 000000000..25489caea --- /dev/null +++ b/newlib/libc/sys/linux/sys/string.h @@ -0,0 +1,8 @@ +#ifndef _SYS_STRING_H +#define _SYS_STRING_H + +#ifndef __STRICT_ANSI__ +char *_EXFUN(strsignal, (int __signo)); +#endif + +#endif /* _SYS_STRING_H */ -- cgit v1.2.3