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

Commit

Permalink
Merge pull request #489 from goughy/master
Browse files Browse the repository at this point in the history
Correct use of Linux version identifier in epoll interface
  • Loading branch information
alexrp committed May 19, 2013
2 parents 3d9ac3f + 7f6fd80 commit 887bd80
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 887bd80

Please sign in to comment.