diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-04-05 18:17:46 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-04-05 18:17:46 +0000 |
| commit | 97e5d68bb0f0df7e562e11e2aa24c8e685ced041 (patch) | |
| tree | 0137d5eeeb7ba740d156399ab055f9f790b278fa /lib/libc/arm/sys | |
| parent | e4ba1a50af62e759200b2a991892d3146eed5d77 (diff) | |
Notes
Diffstat (limited to 'lib/libc/arm/sys')
| -rw-r--r-- | lib/libc/arm/sys/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/arm/sys/shmat.S | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/arm/sys/Makefile.inc b/lib/libc/arm/sys/Makefile.inc index 425f57a1dac35..42afe22a5e993 100644 --- a/lib/libc/arm/sys/Makefile.inc +++ b/lib/libc/arm/sys/Makefile.inc @@ -2,7 +2,7 @@ SRCS+= __vdso_gettc.c -MDASM= Ovfork.S brk.S cerror.S sbrk.S shmat.S syscall.S +MDASM= Ovfork.S brk.S cerror.S sbrk.S syscall.S # Don't generate default code for these syscalls: NOASM+= vfork.o diff --git a/lib/libc/arm/sys/shmat.S b/lib/libc/arm/sys/shmat.S deleted file mode 100644 index 3574b1d4f4e4b..0000000000000 --- a/lib/libc/arm/sys/shmat.S +++ /dev/null @@ -1,9 +0,0 @@ -/* $NetBSD: shmat.S,v 1.1 2000/12/29 20:14:04 bjh21 Exp $ */ - -#include <machine/asm.h> -__FBSDID("$FreeBSD$"); -#include "SYS.h" - -RSYSCALL(shmat) - - .section .note.GNU-stack,"",%progbits |
