Showing with 3 additions and 0 deletions.
  1. +3 −0 std/stdio.d
3 changes: 3 additions & 0 deletions std/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ else version (MICROSOFT_STDIO)
alias FLOCK = _lock_file;
alias FUNLOCK = _unlock_file;

alias setmode = _setmode;
alias fileno = _fileno;

enum
{
_O_RDONLY = 0x0000,
Expand Down