NetBSD/lib/libc/arch/arm32/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 NetBSD/arm32 signal changes. 1998-09-29 20:23:25 +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 _C_FUNC() -> _C_LABEL() 1999-05-06 14:01:20 +00:00
cerror.S Use the ASENTRY() macro for the declaration of cerror. 1997-10-17 19:57:17 +00:00
exect.S Added PIC support where required. 1997-10-06 00:07:09 +00:00
fork.S Added PIC support where required. 1997-10-06 00:07:09 +00:00
msgctl.S Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d 1999-08-25 05:09:27 +00:00
pipe.S Added PIC support where required. 1997-10-06 00:07:09 +00:00
ptrace.S Added PIC support where required. 1997-10-06 00:07:09 +00:00
sbrk.S Slight cleanup. 1998-12-04 09:52:43 +00:00
setlogin.S Added PIC support where required. 1997-10-06 00:07:09 +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 Added PIC support where required. 1997-10-06 00:07:09 +00:00