The identified Application Programming Interfaces (APIs) exist on Tru64 UNIX and may or may
not exist on HP-UX. Any that do exist are unsupported and undocumented, and
their use may result in unexpected behavior.
syscall - provides the functionality of an indirect system
call.
expacct - expands accounting record.
setpwfile - sets the new default password file to be user-specified
filename instead of /etc/passwd.
crypt16 subroutine - is identical to the crypt function
except that it will accept a password up to sixteen characters in length.
It generates a longer encrypted password for use with enhanced security features.
uadmin - provides administrative control.
swapctl - manages the system swap space.
setlogin - sets the login name of the user associated
with the current session.
getsysinfo - gets system information.
setsysinfo - sets system information.
pid_block, pid_unblock - stops (blocks) or
resumes (unblocks) the specified process.
fuser - reports PIDS and UIDs for files, file systems
and/or devices attached to them.
Review your code and the applicable manpages to determine
how to resolve this issue.