Skip to content

Commit

Permalink
Added the O_NOCTTY option, for terminal i/o.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Hughes committed Jan 4, 2002
1 parent 597c0d5 commit 1808802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/dio/dio.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ PHP_MINIT_FUNCTION(dio)
RDIOC(O_NONBLOCK);
RDIOC(O_NDELAY);
RDIOC(O_SYNC);
RDIOC(O_NOCTTY);
RDIOC(S_IRWXU);
RDIOC(S_IRUSR);
RDIOC(S_IWUSR);
Expand Down

0 comments on commit 1808802

Please sign in to comment.