From 0e2d2e6a794d3e9e6a55be37b9b640c902bc501b Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 23 Oct 2017 05:56:25 +0000 Subject: Drop to support NaCl platform. Because NaCl and PNaCl are already sunset status. see https://bugs.chromium.org/p/chromium/issues/detail?id=239656#c160 configure.ac: Patch for this file was provided by @nobu. [Feature #14041][ruby-core:83497][fix GH-1726] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/flock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/flock.c b/missing/flock.c index 829f431ddc..71c5e74210 100644 --- a/missing/flock.c +++ b/missing/flock.c @@ -2,7 +2,7 @@ #include "ruby/ruby.h" #if defined _WIN32 -#elif defined HAVE_FCNTL && defined HAVE_FCNTL_H && !defined(__native_client__) +#elif defined HAVE_FCNTL && defined HAVE_FCNTL_H /* These are the flock() constants. Since this systems doesn't have flock(), the values of the constants are probably not available. -- cgit v1.2.3