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/include/sys/string.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newlib/libc/include/sys/string.h (limited to 'newlib/libc/include/sys/string.h') diff --git a/newlib/libc/include/sys/string.h b/newlib/libc/include/sys/string.h new file mode 100644 index 000000000..ceedf4be1 --- /dev/null +++ b/newlib/libc/include/sys/string.h @@ -0,0 +1,2 @@ +/* This is a dummy used as a placeholder for + systems that need to have a special header file. */ -- cgit v1.2.3