1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05: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:
Peter Zhu 2022-01-18 09:01:03 -05:00
parent 54568c949b
commit ffda21b7ba
Notes: git 2022-01-18 23:52:43 +09:00
12 changed files with 5 additions and 91 deletions

View file

@ -35,9 +35,6 @@
* `select(2)` documents how to allocate fd_set dynamically.
* http://www.openbsd.org/cgi-bin/man.cgi?query=select&manpath=OpenBSD+4.4
*
* - HP-UX documents how to allocate fd_set dynamically.
* http://docs.hp.com/en/B2355-60105/select.2.html
*
* - Solaris 8 has `select_large_fdset`
*
* - Mac OS X 10.7 (Lion)