diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-13 12:32:15 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-13 12:32:15 +0000 |
commit | abe61eb0d136581d031fd8694ec8682820bba722 (patch) | |
tree | 8f7d9d8a191601613040e169db5fb1aef99dac66 /ext/dbm/dbm.c | |
parent | bfed16a21f057a1b0fed51936ff11a64ac7c4ea3 (diff) | |
download | ruby-abe61eb0d136581d031fd8694ec8682820bba722.tar.gz |
update comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm/dbm.c')
-rw-r--r-- | ext/dbm/dbm.c | 2 |
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 |