Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Use correct version identifier for linux
Browse files Browse the repository at this point in the history
The epoll interface uses the incorrect version identifier for Linux - ie. "Linux" instead of "linux" making it quite difficult to actually use the API :-)
  • Loading branch information
goughy committed May 19, 2013
1 parent 3d9ac3f commit 7f6fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/linux/epoll.d
Expand Up @@ -8,7 +8,7 @@
*/
module core.sys.linux.epoll;

version (Linux):
version (linux):

extern (C):
@system:
Expand Down

0 comments on commit 7f6fd80

Please sign in to comment.