diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 10:37:08 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-15 10:49:59 +0100 |
commit | 4e813d99f98f5abc578bf56e5feffdfb34beedc0 (patch) | |
tree | 7741c1b7b63a1bdf143569da591e9c3e2ea92389 /toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch | |
parent | 687d0958a31f6aee8e8e4d26360961327049d9a8 (diff) | |
download | buildroot-novena-4e813d99f98f5abc578bf56e5feffdfb34beedc0.tar.gz buildroot-novena-4e813d99f98f5abc578bf56e5feffdfb34beedc0.zip |
uclibc: get rid of avr32 special version since upstream works
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch b/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch deleted file mode 100644 index eb8888470..000000000 --- a/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- uClibc-0.9.30.1.orig/extra/scripts/unifdef.c -+++ uClibc-0.9.30.1/extra/scripts/unifdef.c -@@ -206,7 +206,7 @@ static void done(void); - static void error(const char *); - static int findsym(const char *); - static void flushline(bool); --static Linetype getline(void); -+static Linetype get_line(void); - static Linetype ifeval(const char **); - static void ignoreoff(void); - static void ignoreon(void); -@@ -512,7 +512,7 @@ process(void) - - for (;;) { - linenum++; -- lineval = getline(); -+ lineval = get_line(); - trans_table[ifstate[depth]][lineval](); - debug("process %s -> %s depth %d", - linetype_name[lineval], -@@ -526,7 +526,7 @@ process(void) - * help from skipcomment(). - */ - static Linetype --getline(void) -+get_line(void) - { - const char *cp; - int cursym; |