From c6b27e2885ab53a2de14e21044e9749082079fa2 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 10 Oct 2012 13:26:27 +0000
Subject: move a few development packages to trunk and add myself as a
 maintainer

SVN-Revision: 33705
---
 package/devel/valgrind/src/abort.c | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 package/devel/valgrind/src/abort.c

(limited to 'package/devel/valgrind/src')

diff --git a/package/devel/valgrind/src/abort.c b/package/devel/valgrind/src/abort.c
new file mode 100644
index 0000000..0b4ad98
--- /dev/null
+++ b/package/devel/valgrind/src/abort.c
@@ -0,0 +1,3 @@
+void abort(void)
+{
+}
-- 
cgit v1.1