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.
This commit is contained in:
Jeff Johnston
2005-01-24 18:46:09 +00:00
parent d96324a5a8
commit dbfa92dd94
4 changed files with 20 additions and 2 deletions

View File

@ -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 */