aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/sys/Makefile.inc
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-04-04 22:45:08 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-04-04 22:45:08 +0000
commit7dd87e9a82e8cb5326186e2c3e31eb8e534ee087 (patch)
treeab75b8582209750596f70e896bce97734c9be93d /lib/libc/riscv/sys/Makefile.inc
parent46023447b69f76174fb12abd910b9b6cba31345b (diff)
downloadsrc-7dd87e9a82e8cb5326186e2c3e31eb8e534ee087.tar.gz
src-7dd87e9a82e8cb5326186e2c3e31eb8e534ee087.zip
Remove architecture specific sigreturn.S files.
All of these files are identical (modulo license blocks and VCS IDs) to the files generated by lib/libc/sys/Makefile.inc and serve no purpose. Reported by: Ali Mashtizadeh <ali@mashtizadeh.com> Reviewed by: kib Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14953
Notes
Notes: svn path=/head/; revision=332048
Diffstat (limited to 'lib/libc/riscv/sys/Makefile.inc')
-rw-r--r--lib/libc/riscv/sys/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/riscv/sys/Makefile.inc b/lib/libc/riscv/sys/Makefile.inc
index 00f1af11df35..153d5c96356b 100644
--- a/lib/libc/riscv/sys/Makefile.inc
+++ b/lib/libc/riscv/sys/Makefile.inc
@@ -5,7 +5,6 @@ SRCS+= trivial-vdso_tc.c
#MDASM= ptrace.S
MDASM= cerror.S \
shmat.S \
- sigreturn.S \
syscall.S \
vfork.S