mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-05 22:10:25 +08:00
70ee6b17df
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
9 lines
138 B
C
9 lines
138 B
C
#ifndef _SYS_STRING_H
|
|
#define _SYS_STRING_H
|
|
|
|
#ifndef __STRICT_ANSI__
|
|
char *strsignal (int __signo);
|
|
#endif
|
|
|
|
#endif /* _SYS_STRING_H */
|