Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9366e3b0
Commit
9366e3b0
authored
Aug 22, 2000
by
Andrew Innes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
not defined.
parent
8040b3ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
nt/inc/sys/file.h
nt/inc/sys/file.h
+2
-0
No files found.
nt/inc/sys/file.h
View file @
9366e3b0
...
@@ -2,8 +2,10 @@
...
@@ -2,8 +2,10 @@
* sys\file.h doesn't exist on NT - only needed for these constants
* sys\file.h doesn't exist on NT - only needed for these constants
*/
*/
#ifndef D_OK
#define F_OK 0
#define F_OK 0
#define X_OK 1
#define X_OK 1
#define W_OK 2
#define W_OK 2
#define R_OK 4
#define R_OK 4
#define D_OK 8
#define D_OK 8
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment