diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 11:53:00 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 12:00:20 -0600 |
commit | 9a6acafd0421478533073a45476923e153489d4e (patch) | |
tree | 3a16392b2bd14bfd0fb2ef8e9f6c036a97a5684a /newlib/libc/stdlib/Makefile.am | |
parent | 99590589326b5537d549cdd41ca4177ce7051d4a (diff) | |
download | cygnal-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/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index f9ba5d5d5..9db0feb2a 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -159,6 +159,7 @@ ELIX_3_SOURCES = \ setenv_r.c ELIX_4_SOURCES = \ + rpmatch.c \ system.c if ELIX_LEVEL_1 @@ -276,6 +277,7 @@ CHEWOUT_FILES= \ on_exit.def \ rand.def \ rand48.def \ + rpmatch.def \ strtod.def \ strtol.def \ strtoll.def \ |