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:
8
newlib/libc/sys/linux/sys/string.h
Normal file
8
newlib/libc/sys/linux/sys/string.h
Normal 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 */
|
Reference in New Issue
Block a user