about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-02-02 19:11:27 -0800
committerbors <bors@rust-lang.org>2014-02-02 19:11:27 -0800
commit62caad2c1addd49c350bad98e67f525a5cc82469 (patch)
tree6af9dd0bf33366eedfcc3ad93aa56815f7c32eb6 /src/rustllvm/RustWrapper.cpp
parent7db6bca7aaa26686b70eefe49d40948010cffda4 (diff)
parent6121acf97d94193a653acce7d9baf81c59d20eab (diff)
downloadrust-62caad2c1addd49c350bad98e67f525a5cc82469.tar.gz
rust-62caad2c1addd49c350bad98e67f525a5cc82469.zip
auto merge of #12003 : bnoordhuis/rust/sizeof-epoll-event-fixup, r=brson
Make the definition of epoll_event use natural alignment on all
architectures except x86_64.

Before this commit, the struct was always 12 bytes big, which works okay
on x86 and x86_64 but not on ARM and MIPS, where it should be 16 bytes
big with the `data` field aligned on an 8 byte boundary.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions