From 9a6acafd0421478533073a45476923e153489d4e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 17 Nov 2015 11:53:00 -0600 Subject: Add rpmatch(3) 2015-11-17 Yaakov Selkowitz * libc/include/stdlib.h (rpmatch): Declare. * libc/stdlib/Makefile.am (ELIX_4_SOURCES): Add rpmatch.c. (CHEWOUT_FILES): Add rpmatch.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/rpmatch.c: New file. * libc/stdlib/stdlib.tex: Add references to rpmatch. --- newlib/libc/include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/stdlib.h') diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h index c73ed1115..afdde3f96 100644 --- a/newlib/libc/include/stdlib.h +++ b/newlib/libc/include/stdlib.h @@ -127,6 +127,7 @@ _PTR _EXFUN_NOTHROW(realloc,(_PTR __r, size_t __size)); #ifndef __STRICT_ANSI__ _PTR _EXFUN(reallocf,(_PTR __r, size_t __size)); char * _EXFUN(realpath, (const char *__restrict path, char *__restrict resolved_path)); +int _EXFUN(rpmatch, (const char *response)); #endif _VOID _EXFUN(srand,(unsigned __seed)); double _EXFUN(strtod,(const char *__restrict __n, char **__restrict __end_PTR)); -- cgit v1.2.3