summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-06-05 15:57:58 +0000
committerKarl Heuer <kwzh@gnu.org>1998-06-05 15:57:58 +0000
commit0d420f123c5f2667d1b105e542e50075703db2c4 (patch)
tree3ed97c19875a64c4725c37deccbbafbb6e9c67f3 /nt
parent501bfb91b30ec9ce714ae482b377fea97cdfd33a (diff)
downloademacs-0d420f123c5f2667d1b105e542e50075703db2c4.tar.gz
(D_OK): Define new macro.
Diffstat (limited to 'nt')
-rw-r--r--nt/inc/sys/file.h1
1 files changed, 1 insertions, 0 deletions
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