summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.30.1/180-getline-conflict.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-13 05:46:34 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 05:46:34 (GMT)
commit377493fc5dfaa483452497bb00988bf7bf258960 (patch)
treeecd7d897850dca8fdcf4691e7602899cd67eccc7 /patches/uClibc/0.9.30.1/180-getline-conflict.patch
parent265503461b24eba2c946d6e70c760e530eaba170 (diff)
parentadcf4ec7e606ee4c2269edb47b0409896a017075 (diff)
Merge pull request #221 from bhundven/uclibc-ng
Add support for uClibc-ng
Diffstat (limited to 'patches/uClibc/0.9.30.1/180-getline-conflict.patch')
-rw-r--r--patches/uClibc/0.9.30.1/180-getline-conflict.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/patches/uClibc/0.9.30.1/180-getline-conflict.patch b/patches/uClibc/0.9.30.1/180-getline-conflict.patch
deleted file mode 100644
index 50842f9..0000000
--- a/patches/uClibc/0.9.30.1/180-getline-conflict.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/extra/scripts/unifdef.c
-+++ b/extra/scripts/unifdef.c
-@@ -206,7 +206,7 @@
- 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 @@
-
- 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 @@
- * help from skipcomment().
- */
- static Linetype
--getline(void)
-+get_line(void)
- {
- const char *cp;
- int cursym;
-