From 33ef70b9e170536115a4139df2c53f6af935418f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 17 Jul 2009 13:35:37 +0200 Subject: Add __pure2 dummy macro --- include/bsd/cdefs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index 8736e8c..d6884ad 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -37,6 +37,10 @@ # define __dead2 #endif +#ifndef __pure2 +# define __pure2 +#endif + /* Linux headers define a struct with a member names __unused. * Disable for now. */ #if 0 -- cgit v1.2.3