aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/getchar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/getchar.patch')
-rw-r--r--testing/firefox/getchar.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/firefox/getchar.patch b/testing/firefox/getchar.patch
deleted file mode 100644
index 981206b971..0000000000
--- a/testing/firefox/getchar.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig
-+++ ./media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
-@@ -21,6 +21,11 @@
- #include "constants.hpp"
- #include <cstring>
-
-+/* prevent the getchar macro from stdio to take preference over the local var */
-+#if defined(__UCLIBC__)
-+#undef getchar
-+#endif
-+
- namespace boost {
- namespace detail {
- //This only works on unsigned data types