Sponsored Content
Full Discussion: HP-UX 11.31
Operating Systems HP-UX HP-UX 11.31 Post 303019356 by Jesse.Cypress on Wednesday 27th of June 2018 03:49:45 PM
Old 06-27-2018
even if you tracked a copy down, 11.31 / v3 will not play on C8000 boxes.. just 11.11 / v1. No HP 9000 Workstation will do more than v1. The Itanium ZX6000 Workstations will do v2 & v3 but not v1.
This User Gave Thanks to Jesse.Cypress For This Post:
 
atexit(3)						     Library Functions Manual							 atexit(3)

NAME
atexit - register a function to be called at program termination SYNOPSIS
DESCRIPTION
registers the function func to be called, without arguments, at normal program termination. Functions registered by are called in reverse order of registration. An call during exit processing is always unsuccessful. The number of registered functions should not exceed as specified in When necessary, or (see crt0(3) and dld.sl(5) for PA-RISC systems or dld.so(5) for Itanium-based systems) registers one or more functions with to allow some processing at normal program termination. This registration occurs before any other. RETURN VALUE
returns zero if the registration is successful; non-zero if unsuccessful. SEE ALSO
exit(2), crt0(3), dld.sl(5) for PA-RISC systems. dld.so(5) for Itanium-based systems. STANDARDS CONFORMANCE
atexit(3)
All times are GMT -4. The time now is 03:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy