diff options
author | Marlus Saraiva <marlus.saraiva@gmail.com> | 2015-07-27 18:40:52 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 08:42:13 +0000 |
commit | db593b70af9c24b02ca924678c8fd64dd0f8bc08 (patch) | |
tree | 564b13c71139fc0b5c3b25f1bc1f302690563805 /testing/erlang/0020-remove-private-unit32.patch | |
parent | b8124bc07d2da8f957b43a5a2f1d72a8a96bdea9 (diff) | |
download | aports-db593b70af9c24b02ca924678c8fd64dd0f8bc08.tar.bz2 aports-db593b70af9c24b02ca924678c8fd64dd0f8bc08.tar.xz |
main/erlang: move from testing
Diffstat (limited to 'testing/erlang/0020-remove-private-unit32.patch')
-rw-r--r-- | testing/erlang/0020-remove-private-unit32.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/erlang/0020-remove-private-unit32.patch b/testing/erlang/0020-remove-private-unit32.patch deleted file mode 100644 index ec01499571..0000000000 --- a/testing/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)) - |