summaryrefslogtreecommitdiff
path: root/libc/stdlib/rpmatch.c
diff options
context:
space:
mode:
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"