[D-runtime] [D-Programming-Language/druntime] 7f6fd8: Use correct version identifier for linux
GitHub
noreply at github.com
Sun May 19 05:10:37 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 7f6fd803dae0af84be0a3124846aae23abbf880d
https://github.com/D-Programming-Language/druntime/commit/7f6fd803dae0af84be0a3124846aae23abbf880d
Author: Andrew Gough <andrew at goughy.org>
Date: 2013-05-19 (Sun, 19 May 2013)
Changed paths:
M src/core/sys/linux/epoll.d
Log Message:
-----------
Use correct version identifier for linux
The epoll interface uses the incorrect version identifier for Linux - ie. "Linux" instead of "linux" making it quite difficult to actually use the API :-)
Commit: 887bd80c919499f45bbf16c01cb7f6e0920effcb
https://github.com/D-Programming-Language/druntime/commit/887bd80c919499f45bbf16c01cb7f6e0920effcb
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-05-19 (Sun, 19 May 2013)
Changed paths:
M src/core/sys/linux/epoll.d
Log Message:
-----------
Merge pull request #489 from goughy/master
Correct use of Linux version identifier in epoll interface
Compare: https://github.com/D-Programming-Language/druntime/compare/3d9ac3fd900c...887bd80c9194
More information about the D-runtime
mailing list