summaryrefslogtreecommitdiffstats
path: root/libc/arch-sh/syscalls/getppid.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-sh/syscalls/getppid.S')
-rw-r--r--libc/arch-sh/syscalls/getppid.S32
1 files changed, 0 insertions, 32 deletions
diff --git a/libc/arch-sh/syscalls/getppid.S b/libc/arch-sh/syscalls/getppid.S
deleted file mode 100644
index bf12372..0000000
--- a/libc/arch-sh/syscalls/getppid.S
+++ /dev/null
@@ -1,32 +0,0 @@
-/* autogenerated by gensyscalls.py */
-#include <sys/linux-syscalls.h>
-
- .text
- .type getppid, @function
- .globl getppid
- .align 4
-
-getppid:
-
- /* invoke trap */
- mov.l 0f, r3 /* trap num */
- trapa #(0 + 0x10)
-
- /* check return value */
- cmp/pz r0
- bt __NR_getppid_end
-
- /* keep error number */
- sts.l pr, @-r15
- mov.l 1f, r1
- jsr @r1
- mov r0, r4
- lds.l @r15+, pr
-
-__NR_getppid_end:
- rts
- nop
-
- .align 2
-0: .long __NR_getppid
-1: .long __set_syscall_errno