summaryrefslogtreecommitdiff
path: root/lib/csu/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-11-18 18:02:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-11-18 18:02:48 +0000
commit86dbf3c0e1f53b43593de0772961904d34f867cc (patch)
tree95b4fe4dafd6bde621c568f427f6439a125c4cb0 /lib/csu/mips64
parenteebaec8bf69b2db1088ab7a84b8bc96a3d02473e (diff)
oops another copy of the prototype
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r--lib/csu/mips64/boot_md.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips64/boot_md.h b/lib/csu/mips64/boot_md.h
index 8c2f6ec417a..dde114e81a1 100644
--- a/lib/csu/mips64/boot_md.h
+++ b/lib/csu/mips64/boot_md.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot_md.h,v 1.4 2023/11/18 16:26:16 deraadt Exp $ */
+/* $OpenBSD: boot_md.h,v 1.5 2023/11/18 18:02:47 deraadt Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -40,7 +40,7 @@
#include <machine/reloc.h>
__dead
-void _csu_abort(int);
+void _csu_abort(void);
#include "archdep.h"