diff options
Diffstat (limited to 'libc/kernel/common/linux/compiler.h')
-rw-r--r-- | libc/kernel/common/linux/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/compiler.h b/libc/kernel/common/linux/compiler.h index 9e6dc4bde..1d913b73a 100644 --- a/libc/kernel/common/linux/compiler.h +++ b/libc/kernel/common/linux/compiler.h @@ -39,7 +39,7 @@ #define __cond_lock(x) (x) #endif #ifndef __attribute_const__ -#define __attribute_const__ +#define __attribute_const__ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif #endif |