Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove getuid/getgid fallbacks from hp-ux issetugid emulation | Brent Cook | 2015-02-16 | 1 | -15/+6 |
| | | | | | Fail closed if we cannot obtain the process flags. Noticed while looking at a similar function for AIX. | ||||
* | Add support for HP-UX | kinichiro | 2015-01-06 | 1 | -0/+26 |
tested on: HP-UX 11.31 ia64, gcc 4.7.1(HP AllianceOne version) gcc 4.2.3(http://hpux.connect.org.uk) HP C/aC++ HP-UX defaults to use LP32 and it treats long as 32 bit (= 4 bytes). This build forces LP64 for treating long as 64 bit. |