diff options
author | 2016-05-23 08:57:20 +0000 | |
---|---|---|
committer | 2016-05-23 08:57:20 +0000 | |
commit | e6153409217e890fd04b0c069bb6a9a965871720 (patch) | |
tree | f9d58f138cd22035046206915a751e8b15961437 /lib/libc | |
parent | regen (diff) | |
download | wireguard-openbsd-e6153409217e890fd04b0c069bb6a9a965871720.tar.xz wireguard-openbsd-e6153409217e890fd04b0c069bb6a9a965871720.zip |
Include SYS.h instead of DEFS.h now that this does a direct syscall
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/sparc/gen/setjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/gen/setjmp.S b/lib/libc/arch/sparc/gen/setjmp.S index 2ad38543215..322aa9e4f0c 100644 --- a/lib/libc/arch/sparc/gen/setjmp.S +++ b/lib/libc/arch/sparc/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.7 2016/05/09 14:39:47 kettenis Exp $ */ +/* $OpenBSD: setjmp.S,v 1.8 2016/05/23 08:57:20 guenther Exp $ */ /* * * Copyright (c) 1992, 1993 @@ -44,7 +44,7 @@ * The previous signal state is restored. */ -#include "DEFS.h" +#include "SYS.h" #include <machine/trap.h> /* T_FLUSHWIN */ #define CCFSZ 96 /* from locore.S */ |