diff options
| author | skrll <skrll@NetBSD.org> | 2023-05-19 06:31:01 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2023-05-19 06:31:01 +0000 |
| commit | 736f7620354d4fcaa0a1144ad44634b61aa6df18 (patch) | |
| tree | 6df1f008c448c83d76c385b19e1e955cb972d661 /lib | |
| parent | ffa87d85487ded5ba9d730bdc73e308bb64349f2 (diff) | |
KNF
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/arch/riscv/genassym.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/riscv/genassym.cf b/lib/libc/arch/riscv/genassym.cf index 3e7df092503..48c81277d22 100644 --- a/lib/libc/arch/riscv/genassym.cf +++ b/lib/libc/arch/riscv/genassym.cf @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.2 2015/03/27 23:22:20 matt Exp $ +# $NetBSD: genassym.cf,v 1.3 2023/05/19 06:31:01 skrll Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -30,8 +30,8 @@ # include <sys/types.h> -include <sys/queue.h> include <sys/cpu.h> +include <sys/queue.h> include <sys/signal.h> include <sys/ucontext.h> |
