rust/src/libnative
Ben Noordhuis 6121acf97d libnative: fix epoll_event struct layout
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.
2014-02-02 19:55:41 +01:00
..
io libnative: fix epoll_event struct layout 2014-02-02 19:55:41 +01:00
bookkeeping.rs Implement native timers 2014-01-22 19:31:39 -08:00
lib.rs Fixing a typo: bookeeping -> bookkeeping 2014-01-16 14:17:56 +08:00
task.rs Remove Times trait 2014-01-30 14:52:25 +11:00