summaryrefslogtreecommitdiff
path: root/ext/dbm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/dbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c
index e75166506b..1850b28c2f 100644
--- a/ext/dbm/dbm.c
+++ b/ext/dbm/dbm.c
@@ -149,7 +149,7 @@ fdbm_initialize(int argc, VALUE *argv, VALUE obj)
/*
* Note:
- * The dbm compatibility layer of gdbm 1.9 doesn't respect O_CLOEXEC.
+ * gdbm 1.10 works with O_CLOEXEC. gdbm 1.9.1 silently ignore it.
*/
#ifndef O_CLOEXEC
# define O_CLOEXEC 0