diff options
author | Sterling Hughes <sterling@php.net> | 2002-01-04 19:42:31 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2002-01-04 19:42:31 +0000 |
commit | 1808802279040ef9f87790ce93433d280079b00b (patch) | |
tree | 9f6972ac790f503e336bac55fc40fb1566cb543a /ext/dio | |
parent | 597c0d5d4e245f6858d7cda00f9655e2f41299fc (diff) | |
download | php-git-1808802279040ef9f87790ce93433d280079b00b.tar.gz |
Added the O_NOCTTY option, for terminal i/o.
Diffstat (limited to 'ext/dio')
-rw-r--r-- | ext/dio/dio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dio/dio.c b/ext/dio/dio.c index c1d0e25236..abe859ab4d 100644 --- a/ext/dio/dio.c +++ b/ext/dio/dio.c @@ -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); |