Skip to content
Commit ecf7e0a4 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls



Alpha has traditionally followed the OSF1 calling conventions
here, with its getxpid, getxuid, getxgid system calls returning
two different values in separate registers.

Following what glibc has done here, we can define getpid,
getuid and getgid to be aliases for getxpid, getxuid and getxgid
respectively, and add new system call numbers for getppid, geteuid
and getegid.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6691f16a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment