summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-10-06 17:06:02 (GMT)
committerGitHub <noreply@github.com>2016-10-06 17:06:02 (GMT)
commitdf5a341e592fe162999ed9be6da3fb67eb885f12 (patch)
treef001b0c7098ce0a83767f0e4cb143158bd518b36 /patches
parent3ec2211548a853203e070af6810f49825ec46a6a (diff)
parent1d43ed3151e184452ce97ba1a326b2027f0dc208 (diff)
Merge pull request #391 from stilor/uclibc-1.0.14
Upgrade uClibc-ng to 1.0.17 (1.0.18 has issues - marked experimental)
Diffstat (limited to 'patches')
-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)