NetBSD/lib/libc/arch/sparc/sys
thorpej 30dca7f7db Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d
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.
1999-08-25 05:09:27 +00:00
..
Ovfork.S Warn about references to the compatibility vfork() (i.e. the vfork() with 1998-12-02 19:29:56 +00:00
__semctl.S Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d 1999-08-25 05:09:27 +00:00
__sigreturn14.S Make the sparc work again; some work from jason, some from me. 1998-09-29 05:55:48 +00:00
__vfork14.S Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S 1998-01-04 20:58:08 +00:00
brk.S Shameless hack to reference end if using a.out and _end if using ELF. 1999-06-03 20:14:58 +00:00
cerror.S While in transition, conditionally rename _ASM_LABEL(cerror) and 1999-03-31 18:14:27 +00:00
exect.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
fork.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
msgctl.S Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d 1999-08-25 05:09:27 +00:00
pipe.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
ptrace.S Change immediate label references to _C_LABEL(). 1998-07-01 02:16:27 +00:00
sbrk.S Shameless hack to reference end if using a.out and _end if using ELF. 1999-06-03 20:14:58 +00:00
setlogin.S Change immediate label references to _C_LABEL(). 1998-07-01 02:16:27 +00:00
shmctl.S Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d 1999-08-25 05:09:27 +00:00
sigaction.S Warn about references to the compatibility() sigaction(), sigpending(), 1998-12-02 01:01:03 +00:00
sigpending.S Warn about references to the compatibility() sigaction(), sigpending(), 1998-12-02 01:01:03 +00:00
sigprocmask.S Warn about references to the compatibility() sigaction(), sigpending(), 1998-12-02 01:01:03 +00:00
sigreturn.S Warn about references to the compatibility() sigaction(), sigpending(), 1998-12-02 01:01:03 +00:00
sigsuspend.S Warn about references to the compatibility() sigaction(), sigpending(), 1998-12-02 01:01:03 +00:00
syscall.S RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00