From 694f043beadf35d893e748964740056b4eddb639 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 8 Mar 2013 18:16:36 +0100 Subject: [PATCH] Add __pure2 attribute to features.h. --- libc/include/features.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/include/features.h b/libc/include/features.h index 16bea8b2..bc5f8a37 100644 --- a/libc/include/features.h +++ b/libc/include/features.h @@ -87,6 +87,8 @@ #define __POSIX_OBSOLETE 200112L #endif +#define __pure2 __attribute__((__const__)) + /* Don't provide things from standard headers that is not implemented. */ /*#define __SORTIX_SHOW_UNIMPLEMENTED*/