diff options
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h index d74c7d1c6..0af6bf43b 100644 --- a/include/features.h +++ b/include/features.h @@ -417,6 +417,9 @@ uClibc was built without large file support enabled. #ifndef __LINUX_COMPILER_H #define __LINUX_COMPILER_H #endif +#ifndef __cast__ +#define __cast__(_to) +#endif /* Arrange to hide uClibc internals */ #if __GNUC_PREREQ (3, 3) |