summaryrefslogtreecommitdiff
path: root/system/ruby/fix-get_main_stack.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-20 04:53:19 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-06-20 04:53:19 +0000
commit349754b9c0811fc44e9689e88e01236caa9838dd (patch)
tree333b04775c8cb9537349444d7271f1a13f7e64ed /system/ruby/fix-get_main_stack.patch
parentce6345377ada1dc0deeb5e5c80390d281f76dbf1 (diff)
downloadpackages-349754b9c0811fc44e9689e88e01236caa9838dd.tar.gz
packages-349754b9c0811fc44e9689e88e01236caa9838dd.tar.bz2
packages-349754b9c0811fc44e9689e88e01236caa9838dd.tar.xz
packages-349754b9c0811fc44e9689e88e01236caa9838dd.zip
system/ruby: bump to 2.5.5
Diffstat (limited to 'system/ruby/fix-get_main_stack.patch')
-rw-r--r--system/ruby/fix-get_main_stack.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ruby/fix-get_main_stack.patch b/system/ruby/fix-get_main_stack.patch
index 4bb9a0932..4b1a101ab 100644
--- a/system/ruby/fix-get_main_stack.patch
+++ b/system/ruby/fix-get_main_stack.patch
@@ -2,7 +2,7 @@ diff --git a/thread_pthread.c b/thread_pthread.c
index 951885ffa0..cf90321d1d 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
-@@ -530,9 +530,6 @@ hpux_attr_getstackaddr(const pthread_attr_t *attr, void **addr)
+@@ -552,9 +552,6 @@ hpux_attr_getstackaddr(const pthread_attr_t *attr, void **addr)
# define MAINSTACKADDR_AVAILABLE 0
# endif
#endif
@@ -12,7 +12,7 @@ index 951885ffa0..cf90321d1d 100644
#ifdef STACKADDR_AVAILABLE
/*
-@@ -614,6 +611,55 @@ get_stack(void **addr, size_t *size)
+@@ -632,6 +629,55 @@ get_stack(void **addr, size_t *size)
return 0;
#undef CHECK_ERR
}