summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/stdlib.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 11:53:00 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2015-11-17 12:00:20 -0600
commit9a6acafd0421478533073a45476923e153489d4e (patch)
tree3a16392b2bd14bfd0fb2ef8e9f6c036a97a5684a /newlib/libc/include/stdlib.h
parent99590589326b5537d549cdd41ca4177ce7051d4a (diff)
downloadcygnal-9a6acafd0421478533073a45476923e153489d4e.tar.gz
cygnal-9a6acafd0421478533073a45476923e153489d4e.tar.bz2
cygnal-9a6acafd0421478533073a45476923e153489d4e.zip
Add rpmatch(3)
2015-11-17 Yaakov Selkowitz <yselkowi@redhat.com> * 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.
Diffstat (limited to 'newlib/libc/include/stdlib.h')
-rw-r--r--newlib/libc/include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
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));