From 37a5965ed210cb0672ceae8292393a678a144415 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Wed, 10 Jul 2013 13:32:32 +0200 Subject: ddb: cleanup db_command.c * ddb/db_command.c (_longjmp): Remove prototype. (vm_map_print): Likewise. (vm_object_print): Likewise. (vm_page_print): Likewise. (vm_map_copy_print): Likewise. (ipc_port_print): Likewise. (ipc_pset_print): Likewise. (db_show_all_slocks): Likewise. (ipc_kmsg_print): Likewise. (ipc_msg_print): Likewise. Include . Include . Include . * i386/i386/setjmp.h [__GNUC__] (_longjmp): Add prototype. --- i386/i386/setjmp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i386') diff --git a/i386/i386/setjmp.h b/i386/i386/setjmp.h index 162217a..667eecf 100644 --- a/i386/i386/setjmp.h +++ b/i386/i386/setjmp.h @@ -35,4 +35,8 @@ typedef struct jmp_buf { extern int _setjmp(jmp_buf_t*); +#ifdef __GNUC__ +extern __volatile__ void _longjmp(jmp_buf_t*, int); +#endif + #endif /* _I386_SETJMP_H_ */ -- cgit v1.2.3