mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
dbfa92dd94
* 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.
9 lines
147 B
C
9 lines
147 B
C
#ifndef _SYS_STRING_H
|
|
#define _SYS_STRING_H
|
|
|
|
#ifndef __STRICT_ANSI__
|
|
char *_EXFUN(strsignal, (int __signo));
|
|
#endif
|
|
|
|
#endif /* _SYS_STRING_H */
|