From 97e5d68bb0f0df7e562e11e2aa24c8e685ced041 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 5 Apr 2018 18:17:46 +0000 Subject: Remove architecture specific shmat.S files. These files are identical to the generated system calls. In the case of MIPS, the file was already disconnected from the build. Submitted by: Ali Mashtizadeh Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D14976 --- lib/libc/arm/sys/Makefile.inc | 2 +- lib/libc/arm/sys/shmat.S | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 lib/libc/arm/sys/shmat.S (limited to 'lib/libc/arm/sys') 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 -__FBSDID("$FreeBSD$"); -#include "SYS.h" - -RSYSCALL(shmat) - - .section .note.GNU-stack,"",%progbits -- cgit v1.3