changeset 22361:841b8916e3b2

(D_OK): Define new macro.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jun 1998 15:57:58 +0000
parents 09dbe38a603f
children e845baca3407
files nt/inc/sys/file.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/inc/sys/file.h	Fri Jun 05 15:54:48 1998 +0000
+++ b/nt/inc/sys/file.h	Fri Jun 05 15:57:58 1998 +0000
@@ -6,3 +6,4 @@
 #define X_OK 1
 #define W_OK 2
 #define R_OK 4
+#define D_OK 8