From 202ca9b7d4fcf06e19af34c8718353aa8ffe41f8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 13 May 2016 08:44:21 -0700 Subject: Upgrade uClibc-ng to 1.0.14. Signed-off-by: Alexey Neyman --- patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch (limited to 'patches/uClibc-ng/1.0.12') diff --git a/patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch b/patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch deleted file mode 100644 index 9fd4bc3a..00000000 --- a/patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur uClibc-ng-1.0.12.orig/libc/misc/gnu/obstack.c uClibc-ng-1.0.12/libc/misc/gnu/obstack.c ---- uClibc-ng-1.0.12.orig/libc/misc/gnu/obstack.c 2016-03-13 15:08:44.408962824 -0700 -+++ uClibc-ng-1.0.12/libc/misc/gnu/obstack.c 2016-03-13 15:13:30.129322998 -0700 -@@ -385,7 +385,7 @@ - abort (); - } - --# if 0 -+# if 1 - /* Older versions of libc used a function _obstack_free intended to be - called by non-GCC compilers. */ - strong_alias (obstack_free, _obstack_free) -- cgit v1.2.3