diff options
Diffstat (limited to 'libc/include/string.h')
-rw-r--r-- | libc/include/string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/string.h b/libc/include/string.h index 63e768e..56d89a4 100644 --- a/libc/include/string.h +++ b/libc/include/string.h @@ -84,7 +84,7 @@ extern char* strsignal(int sig); extern int strcoll(const char *, const char *) __purefunc; extern size_t strxfrm(char *, const char *, size_t); -#if defined(__BIONIC_FORTIFY_INLINE) +#if defined(__BIONIC_FORTIFY) extern void __memcpy_dest_size_error() __attribute__((__error__("memcpy called with size bigger than destination"))); @@ -258,7 +258,7 @@ char* strrchr(const char *s, int c) { } -#endif /* defined(__BIONIC_FORTIFY_INLINE) */ +#endif /* defined(__BIONIC_FORTIFY) */ __END_DECLS |