aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang/0020-remove-private-unit32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/erlang/0020-remove-private-unit32.patch')
-rw-r--r--community/erlang/0020-remove-private-unit32.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/erlang/0020-remove-private-unit32.patch b/community/erlang/0020-remove-private-unit32.patch
deleted file mode 100644
index ec01499571..0000000000
--- a/community/erlang/0020-remove-private-unit32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- otp_src_18.0-orig/erts/emulator/sys/common/erl_poll.h
-+++ otp_src_18.0-fixed/erts/emulator/sys/common/erl_poll.h
-@@ -140,7 +140,7 @@
- #endif
-
- #define ERTS_POLL_EV_E2N(EV) \
-- ((__uint32_t) (EV))
-+ ((uint32_t) (EV))
- #define ERTS_POLL_EV_N2E(EV) \
- ((ErtsPollEvents) (EV))
-