mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Haiku now best effort support
* configure.in: remove obsolete workarounds for Haiku. * dln.c, file.c, io.c: remove obsolete Haiku workarounds. * thread_pthread.c: add stack bounds detection for Haiku. * signal.c: get stack pointer from signal context on Haiku. [ruby-core:67923] [Bug #10811] [Fix GH-1109] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e3120abd58
commit
e29c109d2a
10 changed files with 72 additions and 31 deletions
|
@ -27,7 +27,7 @@
|
|||
# undef HAVE_TYPE_STRUCT_SOCKADDR_DL
|
||||
# endif
|
||||
#else
|
||||
# if defined(__BEOS__) && !defined(__HAIKU__) && !defined(BONE)
|
||||
# if defined(__BEOS__) && !defined(BONE)
|
||||
# include <net/socket.h>
|
||||
# else
|
||||
# include <sys/socket.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue