diff options
Diffstat (limited to 'lang/ruby20/files/patch-cont.c')
-rw-r--r-- | lang/ruby20/files/patch-cont.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby20/files/patch-cont.c b/lang/ruby20/files/patch-cont.c deleted file mode 100644 index f539d7b58539..000000000000 --- a/lang/ruby20/files/patch-cont.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cont.c.orig 2013-10-09 15:37:54 UTC -+++ cont.c -@@ -44,6 +44,8 @@ - /* At least, Linux/ia64's getcontext(3) doesn't save register window. - */ - # define FIBER_USE_NATIVE 0 -+# elif defined(__FreeBSD__) -+# define FIBER_USE_NATIVE 0 - # elif defined(__GNU__) - /* GNU/Hurd doesn't fully support getcontext, setcontext, makecontext - * and swapcontext functions. Disabling their usage till support is |