* file.c (flock): remove unnecessary #undef flock, trace of green
  thread polling.  patched by Rohan Garg.  [Bug #10551]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-28 03:39:18 +00:00
Родитель 693f56bb01
Коммит 2b92335efd
1 изменённых файлов: 0 добавлений и 1 удалений

1
file.c
Просмотреть файл

@ -4551,7 +4551,6 @@ rb_file_flock(VALUE obj, VALUE operation)
}
return INT2FIX(0);
}
#undef flock
static void
test_check(int n, int argc, VALUE *argv)