summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/sys/__semctl.S
AgeCommit message (Collapse)Author
2006-02-18Move PowerPC compat files from arch/powerpc to compat/arch/powerpc.matt
1999-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej
in their respective header files). Add PSEUDO stubs for the old versions of these system calls. Note that __semctl13() doesn't require the extra stub that the old semctl()/__semctl() did, as the SUSv2 version takes variable arguments, and thus does not require the extra indirection.