summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-05-23 08:57:20 +0000
committerguenther <guenther@openbsd.org>2016-05-23 08:57:20 +0000
commite6153409217e890fd04b0c069bb6a9a965871720 (patch)
treef9d58f138cd22035046206915a751e8b15961437 /lib/libc
parentregen (diff)
downloadwireguard-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.S4
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 */