mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[Feature #18491] Drop support for HP-UX
IA64 support was dropped in ticket #15894, so we can drop support for HP-UX.
This commit is contained in:
parent
54568c949b
commit
ffda21b7ba
Notes:
git
2022-01-18 23:52:43 +09:00
12 changed files with 5 additions and 91 deletions
4
ruby.c
4
ruby.c
|
@ -22,10 +22,6 @@
|
|||
# include <sys/cygwin.h>
|
||||
#endif
|
||||
|
||||
#ifdef __hpux
|
||||
# include <sys/pstat.h>
|
||||
#endif
|
||||
|
||||
#if defined(LOAD_RELATIVE) && defined(HAVE_DLADDR)
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue