summaryrefslogtreecommitdiff
path: root/patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-10-12 18:58:28 (GMT)
committerGitHub <noreply@github.com>2016-10-12 18:58:28 (GMT)
commit91575d02c47e384e381a8a9c83e33814d26799b3 (patch)
tree280cebcd23a2ea54c9c478652ace7fead592ba44 /patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch
parent339b83c3939296e54f5366439a19861372bad9b9 (diff)
parentdf5a341e592fe162999ed9be6da3fb67eb885f12 (diff)
Merge branch 'master' into static-libgcc-more-fixes
Diffstat (limited to 'patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch')
-rw-r--r--patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch12
1 files changed, 0 insertions, 12 deletions
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 9fd4bc3..0000000
--- 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)