From 640e9445523f4cfbc9789926dab69d428303adb4 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jun 1998 15:57:58 +0000 Subject: [PATCH] (D_OK): Define new macro. --- nt/inc/sys/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nt/inc/sys/file.h b/nt/inc/sys/file.h index 8536d0362f1..584079feef2 100644 --- a/nt/inc/sys/file.h +++ b/nt/inc/sys/file.h @@ -6,3 +6,4 @@ #define X_OK 1 #define W_OK 2 #define R_OK 4 +#define D_OK 8 -- 2.39.5