aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index b5922e3..519d688 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -156,6 +156,9 @@ struct gdbm_file_info {
/* Whether or not we're allowing mmap() use. */
unsigned memory_mapping :1;
+
+ /* Whether the database was open with GDBM_CLOEXEC flag */
+ unsigned cloexec :1;
/* Type of file locking in use. */
enum { LOCKING_NONE = 0, LOCKING_FLOCK, LOCKING_LOCKF,

Return to:

Send suggestions and report system problems to the System administrator.