diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-01-13 00:51:27 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-01-13 00:58:05 +0100 |
commit | 8e3e60ffbf204d78b3cc8e23bb3e0b8385442467 (patch) | |
tree | faf333ff2064bd7748a54dc92d252dec6509772a /test/test-tcp-connect-error-after-write.c | |
parent | 9cd9bd33b47530e191bdee39bb6a9e5d33ee6053 (diff) | |
download | libuv-8e3e60ffbf204d78b3cc8e23bb3e0b8385442467.tar.gz libuv-8e3e60ffbf204d78b3cc8e23bb3e0b8385442467.zip |
linux: only pack struct uv__epoll_event on x86_64
On i386, it does not need packing; it's 12 bytes packed or unpacked.
On ARM, it's actively harmful: the struct is 12 bytes when packed and
16 bytes when unpacked.
Diffstat (limited to 'test/test-tcp-connect-error-after-write.c')
0 files changed, 0 insertions, 0 deletions