From 7ee6dda258cc36b22a0930d50e75bb479fe4403a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 22 Aug 2011 18:18:36 +0000 Subject: mark setfault() with __returns_twice ok kettenis drahn --- sys/arch/powerpc/include/pcb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/powerpc/include') diff --git a/sys/arch/powerpc/include/pcb.h b/sys/arch/powerpc/include/pcb.h index e6672182033..edacac9d43f 100644 --- a/sys/arch/powerpc/include/pcb.h +++ b/sys/arch/powerpc/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.12 2008/04/27 16:01:47 drahn Exp $ */ +/* $OpenBSD: pcb.h,v 1.13 2011/08/22 18:18:35 deraadt Exp $ */ /* $NetBSD: pcb.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */ /*- @@ -67,6 +67,6 @@ struct md_coredump { #ifdef _KERNEL extern struct proc *fpuproc; -int setfault(faultbuf *env); +int setfault(faultbuf *env) __returns_twice; #endif #endif /* _POWERPC_PCB_H_ */ -- cgit v1.2.3