diff options
| author | John Regan <john@jrjrtech.com> | 2015-02-19 10:31:56 -0500 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-19 15:55:16 +0000 |
| commit | d619822e8905167b4a0b4e993d8c0e1c64aa445a (patch) | |
| tree | 1e3029ad6905003f7e6bd4dddf24374485c926fb /testing/erlang/remove-private-unit32.patch | |
| parent | f8b1a52e683440dcb7e4b3222f33669a79805802 (diff) | |
| download | aports-d619822e8905167b4a0b4e993d8c0e1c64aa445a.tar.bz2 aports-d619822e8905167b4a0b4e993d8c0e1c64aa445a.tar.xz | |
testing/erlang: updating to 17.4
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'testing/erlang/remove-private-unit32.patch')
| -rw-r--r-- | testing/erlang/remove-private-unit32.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/erlang/remove-private-unit32.patch b/testing/erlang/remove-private-unit32.patch new file mode 100644 index 0000000000..cfc08cc1fe --- /dev/null +++ b/testing/erlang/remove-private-unit32.patch @@ -0,0 +1,11 @@ +--- otp_src_17.4/erts/emulator/sys/common/erl_poll.h ++++ otp_src_17.4-fixed/erts/emulator/sys/common/erl_poll.h +@@ -129,7 +129,7 @@ + #include <sys/epoll.h> + + #define ERTS_POLL_EV_E2N(EV) \ +- ((__uint32_t) (EV)) ++ ((uint32_t) (EV)) + #define ERTS_POLL_EV_N2E(EV) \ + ((ErtsPollEvents) (EV)) + |
