summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/Makefile.am
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/stdlib/Makefile.am
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/stdlib/Makefile.am')
-rw-r--r--newlib/libc/stdlib/Makefile.am2
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 \