summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-01 04:47:38 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-01 04:47:38 (GMT)
commitb84d10c85cd44d8ee7789450dea723c0f1e120b1 (patch)
tree2aa2d273118f2724c27b44b47aa1704fc0902698 /src
parent654dd89ecd9f5d4b9f9b67587815471ed1eca4be (diff)
downloadmxe-b84d10c85cd44d8ee7789450dea723c0f1e120b1.zip
mxe-b84d10c85cd44d8ee7789450dea723c0f1e120b1.tar.gz
mxe-b84d10c85cd44d8ee7789450dea723c0f1e120b1.tar.bz2
readline-1.patch: strip diffstats and unneeded hunk
Diffstat (limited to 'src')
-rw-r--r--src/readline-1.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/readline-1.patch b/src/readline-1.patch
index 039cfc1..938b9d0 100644
--- a/src/readline-1.patch
+++ b/src/readline-1.patch
@@ -7,24 +7,10 @@ Date: Tue, 30 Sep 2014 10:32:33 -0700
Subject: [PATCH 1/2] signals: safeguard the remaining usage of frequently
missing signals
----
- input.c | 14 +++++++++++---
- signals.c | 6 ++++++
- 2 files changed, 17 insertions(+), 3 deletions(-)
-
diff --git a/input.c b/input.c
index 117dfe8..465f0b9 100644
--- a/input.c
+++ b/input.c
-@@ -52,7 +52,7 @@
- #if defined (FIONREAD_IN_SYS_IOCTL)
- # include <sys/ioctl.h>
- #endif
--
-+
- #include <stdio.h>
- #include <errno.h>
-
@@ -532,9 +532,17 @@ rl_getc (stream)
Otherwise (not EINTR), some error occurred, also signifying EOF. */
if (errno != EINTR)
@@ -88,12 +74,6 @@ From: Timothy Gu <timothygu99@gmail.com>
Date: Tue, 30 Sep 2014 17:16:32 -0700
Subject: [PATCH 2/2] Handle missing S_IS* macros more gracefully
----
- colors.c | 14 ++++++++++++--
- colors.h | 2 +-
- posixstat.h | 16 ++++++++++++++++
- 3 files changed, 29 insertions(+), 3 deletions(-)
-
diff --git a/colors.c b/colors.c
index 89d9035..ec19844 100644
--- a/colors.c