Rich Felker 08514d0614 fix epoll structure alignment on non-x86_64 archs
this fix is far from ideal and breaks the rule of not using
arch-specific #ifdefs, but for now we just need a solution to the
existing breakage.

the underlying problem is that the kernel folks made a very stupid
decision to make misalignment of this struct part of the kernel
API/ABI for x86_64, in order to avoid writing a few extra lines of
code to handle both 32- and 64-bit userspace on 64-bit kernels. I had
just added the packed attribute unconditionally thinking it was
harmless on 32-bit archs, but non-x86 32-bit archs have 8-byte
alignment on 64-bit types.
2013-03-06 23:57:39 -05:00
..
2013-01-12 19:42:39 +01:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-01-12 19:42:39 +01:00
2012-12-06 20:27:54 +01:00
2012-11-17 19:51:49 -05:00
2012-12-06 21:01:06 +01:00
2011-02-12 00:22:29 -05:00
2011-06-18 07:39:05 -04:00
2012-09-21 04:05:01 -04:00
2012-12-15 00:43:27 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-01-12 19:42:39 +01:00
2011-04-05 12:13:54 -04:00
2012-12-06 20:27:54 +01:00
2012-12-13 14:15:11 -05:00
2011-02-12 00:22:29 -05:00
2012-09-09 16:33:47 -04:00
2011-02-12 00:22:29 -05:00
2011-09-23 14:24:57 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2012-08-15 08:31:44 -04:00