diff options
author | Marlus Saraiva <marlus.saraiva@gmail.com> | 2015-07-03 04:20:11 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-07-04 18:39:57 +0200 |
commit | d353b4d850cc0ad9c4a99251e8d9e734080a49b5 (patch) | |
tree | aaebf90acac05a6d275ee3b6dafc3b5691b1debf /testing/erlang/0020-remove-private-unit32.patch | |
parent | 499f4a72a2030ddd17a7612823c959ad803565c0 (diff) | |
download | aports-d353b4d850cc0ad9c4a99251e8d9e734080a49b5.tar.bz2 aports-d353b4d850cc0ad9c4a99251e8d9e734080a49b5.tar.xz |
testing/erlang: update to 18.0.1
Diffstat (limited to 'testing/erlang/0020-remove-private-unit32.patch')
-rw-r--r-- | testing/erlang/0020-remove-private-unit32.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/erlang/0020-remove-private-unit32.patch b/testing/erlang/0020-remove-private-unit32.patch new file mode 100644 index 0000000000..ec01499571 --- /dev/null +++ b/testing/erlang/0020-remove-private-unit32.patch @@ -0,0 +1,11 @@ +--- 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)) + |