]> git.saurik.com Git - minimal.git/commitdiff
Added _finline to minimal.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Sep 2009 08:24:24 +0000 (08:24 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 30 Sep 2009 08:24:24 +0000 (08:24 +0000)
stdlib.h

index 8d0f8c9918df4b29b58c6a20e91c9b168123501b..81033a33e892e0b4e1c00b504441433379acd0d3 100644 (file)
--- a/stdlib.h
+++ b/stdlib.h
@@ -79,6 +79,8 @@
 #define _not(type) \
     ((type) ~ (type) 0)
 
 #define _not(type) \
     ((type) ~ (type) 0)
 
+#define _finline \
+    inline __attribute__((always_inline))
 #define _disused \
     __attribute__((unused))
 
 #define _disused \
     __attribute__((unused))