diff options
author | Peter Zhu <[email protected]> | 2022-01-18 09:01:03 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-01-18 09:52:15 -0500 |
commit | ffda21b7ba451b8fd874e9c8c2162c55053caa1e (patch) | |
tree | 0acbf6b73b7d5c1f6e175a6ac7fb087aad3baf1a /process.c | |
parent | 54568c949b587f1e71ac38a478696f5c872bb643 (diff) |
[Feature #18491] Drop support for HP-UX
IA64 support was dropped in ticket #15894, so we can drop support for
HP-UX.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5457
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6806,7 +6806,6 @@ proc_setgid(VALUE obj, VALUE id) * Darwin (Mac OS X) 16 * Sun Solaris 7,8,9,10 16 * Sun Solaris 11 / OpenSolaris 1024 - * HP-UX 20 * Windows 1015 */ static int _maxgroups = -1; |