From: Jay Freeman (saurik) Date: Wed, 30 Sep 2009 08:24:24 +0000 (+0000) Subject: Added _finline to minimal. X-Git-Url: https://git.saurik.com/minimal.git/commitdiff_plain/1a8261e093b32f2ec52d0a3c20779f1b77f86993 Added _finline to minimal. --- diff --git a/stdlib.h b/stdlib.h index 8d0f8c9..81033a3 100644 --- a/stdlib.h +++ b/stdlib.h @@ -79,6 +79,8 @@ #define _not(type) \ ((type) ~ (type) 0) +#define _finline \ + inline __attribute__((always_inline)) #define _disused \ __attribute__((unused))