diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-06-05 15:57:58 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-06-05 15:57:58 +0000 |
commit | 640e9445523f4cfbc9789926dab69d428303adb4 (patch) | |
tree | 18505a79f86040e67716ab6e937a1dcac0d785d3 /nt/inc | |
parent | 70c7850e9c7001512df5b247bed197590355011d (diff) | |
download | emacs-640e9445523f4cfbc9789926dab69d428303adb4.tar.gz |
(D_OK): Define new macro.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/sys/file.h | 1 |
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 |