diff options
Diffstat (limited to 'bits/string.h')
-rw-r--r-- | bits/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/string.h b/bits/string.h index ad68b03..f8630d2 100644 --- a/bits/string.h +++ b/bits/string.h @@ -1,6 +1,6 @@ /* This file should provide inline versions of string functions. - Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'. + Surround GCC-specific parts with #ifdef __GNUC__, and use `__extern_inline'. This file should define __STRING_INLINES if functions are actually defined as inlines. */ |