From 1808802279040ef9f87790ce93433d280079b00b Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Fri, 4 Jan 2002 19:42:31 +0000 Subject: [PATCH] Added the O_NOCTTY option, for terminal i/o. --- ext/dio/dio.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1