aboutsummaryrefslogtreecommitdiff
path: root/src/systems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems.h')
-rw-r--r--src/systems.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systems.h b/src/systems.h
index 9a8f449..67b207e 100644
--- a/src/systems.h
+++ b/src/systems.h
@@ -50,6 +50,10 @@
# define L_SET SEEK_SET
#endif
+#ifndef O_CLOEXEC
+# define O_CLOEXEC 0
+#endif
+
/* Default block size. Some systems do not have blocksize in their
stat record. This code uses the BSD blocksize from stat. */

Return to:

Send suggestions and report system problems to the System administrator.