mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
This commit is contained in:
parent
08524bc594
commit
0e2d2e6a79
32 changed files with 28 additions and 1640 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue