summaryrefslogtreecommitdiff
path: root/libc/stdlib/rpmatch.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-03 13:04:14 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-03 13:04:14 +0200
commit455cd6cadefb6f287fb423773ce397dd265cc5bc (patch)
tree91c8c80519eb52c16378095be2f5ec0ca81c6fc2 /libc/stdlib/rpmatch.c
parent8e96c897b6d167980f1f3d6fc03a54dbff0bcf21 (diff)
rpmatch: provide out-of-line implementation
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdlib/rpmatch.c')
-rw-r--r--libc/stdlib/rpmatch.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/stdlib/rpmatch.c b/libc/stdlib/rpmatch.c
new file mode 100644
index 000000000..dce06b641
--- /dev/null
+++ b/libc/stdlib/rpmatch.c
@@ -0,0 +1,7 @@
+/* Copyright (C) 2012 Bernhard Reutner-Fischer <uclibc@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1+, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_rpmatch
+#include "stdlib.c"