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

Commit

Permalink
Update msg.d
Browse files Browse the repository at this point in the history
Fixed version linux to be lowercase.
  • Loading branch information
nmiculinic committed Nov 16, 2014
1 parent 8b9e658 commit e79d3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/msg.d
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern (C):

/* Accorind to manual for msgctl this constants these two constants are linux specific.
/* ipcs ctl commands */
version(Linux) {
version(linux) {
public enum MSG_STAT = 11;
public enum MSG_INFO = 12;
}
Expand Down

0 comments on commit e79d3e2

Please sign in to comment.