4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-05 22:10:25 +08:00
Yaakov Selkowitz 70ee6b17df ansification: remove _EXFUN, _EXFUN_NOTHROW
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17 11:47:29 -06:00

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