aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/issetugid_hpux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove getuid/getgid fallbacks from hp-ux issetugid emulationBrent Cook2015-02-161-15/+6
| | | | | Fail closed if we cannot obtain the process flags. Noticed while looking at a similar function for AIX.
* Add support for HP-UXkinichiro2015-01-061-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.