March 06, 2016 [D-runtime] [D-Programming-Language/druntime] c94547: Fix epoll_event for non-X86 architectures | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: c94547af8d55e1490b51aac358171b761da6a657 https://github.com/D-Programming-Language/druntime/commit/c94547af8d55e1490b51aac358171b761da6a657 Author: Johannes Pfau <johannespfau@gmail.com> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M src/core/sys/linux/epoll.d Log Message: ----------- Fix epoll_event for non-X86 architectures X86 is the only architecture where epoll_event is actually packed. All other architectures define epoll_event as a normal struct. See also: http://bugzilla.gdcproject.org/show_bug.cgi?id=214 Commit: 4bfb1e9ba287536c46e7316f717df93499b480e8 https://github.com/D-Programming-Language/druntime/commit/4bfb1e9ba287536c46e7316f717df93499b480e8 Author: Daniel Murphy <yebblies@gmail.com> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M src/core/sys/linux/epoll.d Log Message: ----------- Merge pull request #1502 from jpf91/epoll-fix Fix epoll_event for non-X86 architectures Compare: https://github.com/D-Programming-Language/druntime/compare/ff4faa40d88b...4bfb1e9ba287 |
Copyright © 1999-2021 by the D Language Foundation