summaryrefslogtreecommitdiff
path: root/missing/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing/file.h')
-rw-r--r--missing/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/missing/file.h b/missing/file.h
index 0207dddb3a..79f5f65f5d 100644
--- a/missing/file.h
+++ b/missing/file.h
@@ -24,7 +24,6 @@
#define F_OK 0 /* does file exist */
-
#define X_OK 1 /* is it executable by caller */
#define W_OK 2 /* is it writable by caller */
#define R_OK 4 /* is it readable by caller */