NetBSD/lib/libc/arch/i386/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 Use _ALIGN_TEXT from <machine/asm.h>. 1999-08-23 08:45:09 +00:00
__vfork14.S Add *__errno() redirection for _REENTRANT code. 1998-10-01 19:25:05 +00:00
brk.S Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00
cerror.S Make cerror an entry and compensate for the PIC_PROLOGUE change in SYS.h 1999-02-07 17:22:25 +00:00
exect.S Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +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 Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00
sbrk.S Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00
setlogin.S Use _C_LABEL() to generate C labels. 1998-07-01 06:24:25 +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 Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00
sigreturn.S Use _ALIGN_TEXT from <machine/asm.h>. 1999-08-23 08:45:09 +00:00
sigsuspend.S Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00
syscall.S Amend for the PLT fixes, things broke last night with the changes to SYS.h 1999-02-08 18:56:48 +00:00