diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-24 18:46:09 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-24 18:46:09 +0000 |
commit | dbfa92dd947cb26ebfec42c756eb36aa3b7571e5 (patch) | |
tree | b13fbece5917465b1e703dc7452478f0331861db /newlib/libc/include/sys/string.h | |
parent | d96324a5a8688690dcaa55127f3a9e6d961f5600 (diff) | |
download | cygnal-dbfa92dd947cb26ebfec42c756eb36aa3b7571e5.tar.gz cygnal-dbfa92dd947cb26ebfec42c756eb36aa3b7571e5.tar.bz2 cygnal-dbfa92dd947cb26ebfec42c756eb36aa3b7571e5.zip |
2005-01-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/string.h: Remove Linux-specific declaration of
strsignal and add #include <sys/string.h>.
* libc/include/sys/string.h: New file.
* libc/include/sys/linux/sys/string.h: New file with strsignal
declaration deleted above.
Diffstat (limited to 'newlib/libc/include/sys/string.h')
-rw-r--r-- | newlib/libc/include/sys/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/string.h> used as a placeholder for + systems that need to have a special header file. */ |