diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-15 01:29:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-15 01:29:13 +0000 |
commit | 72ca180fd71bf76bac998aaf622869a5671e615d (patch) | |
tree | 6b69faa58403072024d5637e1d07e9952c474915 /toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch | |
parent | 47310844bc6daae2655786810153ab9880c0feb9 (diff) | |
download | mtk-20170518-72ca180fd71bf76bac998aaf622869a5671e615d.zip mtk-20170518-72ca180fd71bf76bac998aaf622869a5671e615d.tar.gz mtk-20170518-72ca180fd71bf76bac998aaf622869a5671e615d.tar.bz2 |
uClibc: remove 0.9.30, 0.9.31
SVN-Revision: 25542
Diffstat (limited to 'toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch b/toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch deleted file mode 100644 index bac1a0d..0000000 --- a/toolchain/uClibc/patches-0.9.31/000-upstream-enum_fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -From ac86be72f8b01ac3792737f4b67283541cf2c15b Mon Sep 17 00:00:00 2001 -From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> -Date: Tue, 27 Jul 2010 15:05:59 +0000 -Subject: remove trailing comma in enum - -Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> ---- -diff --git a/libc/sysdeps/linux/common/bits/confname.h b/libc/sysdeps/linux/common/bits/confname.h -index ec4b72a..97ddd47 100644 ---- a/libc/sysdeps/linux/common/bits/confname.h -+++ b/libc/sysdeps/linux/common/bits/confname.h -@@ -527,7 +527,7 @@ enum - - _SC_THREAD_ROBUST_PRIO_INHERIT, - #define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT -- _SC_THREAD_ROBUST_PRIO_PROTECT, -+ _SC_THREAD_ROBUST_PRIO_PROTECT - #define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT - }; - |