From abe61eb0d136581d031fd8694ec8682820bba722 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 13 Nov 2011 12:32:15 +0000 Subject: update comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dbm') 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 -- cgit v1.2.3