From: Sterling Hughes Date: Fri, 4 Jan 2002 19:42:31 +0000 (+0000) Subject: Added the O_NOCTTY option, for terminal i/o. X-Git-Tag: PRE_ISSET_PATCH~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1808802279040ef9f87790ce93433d280079b00b;p=php Added the O_NOCTTY option, for terminal i/o. --- 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);