artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c17c73
)
delete useless comment
author
deraadt
<deraadt@openbsd.org>
Fri, 21 May 2021 16:49:35 +0000
(16:49 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 21 May 2021 16:49:35 +0000
(16:49 +0000)
sys/arch/riscv64/include/syscall.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/include/syscall.h
b/sys/arch/riscv64/include/syscall.h
index
6a4f4aa
..
b460a07
100644
(file)
--- a/
sys/arch/riscv64/include/syscall.h
+++ b/
sys/arch/riscv64/include/syscall.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: syscall.h,v 1.
2 2021/05/12 01:20:52 jsg Exp $
*/
+/* $OpenBSD: syscall.h,v 1.
3 2021/05/21 16:49:35 deraadt Exp $
*/
/*
* Copyright (c) 2020 Brian Bamsch <bbamsch@google.com>
@@
-21,7
+21,6
@@
#ifdef _KERNEL
-// syscall.c
void svc_handler (trapframe_t *);
#endif