diff options
Diffstat (limited to 'sysdeps/x86/bits/string.h')
-rw-r--r-- | sysdeps/x86/bits/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/bits/string.h b/sysdeps/x86/bits/string.h index 30c88d6315..423ad3880c 100644 --- a/sysdeps/x86/bits/string.h +++ b/sysdeps/x86/bits/string.h @@ -1974,7 +1974,7 @@ __strstr_g (const char *__haystack, const char *__needle) # define ffsl(word) ffs(word) # endif # endif /* i686 */ -# endif /* BSD || X/Open */ +# endif /* Misc || X/Open */ # ifndef _FORCE_INLINES # undef __STRING_INLINE |