mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Remove declaration of __strcasecmp and __strcasestr.
This commit is contained in:
parent
781ca93d82
commit
0b4a2ea611
@ -179,8 +179,6 @@ extern char *strstr (__const char *__haystack, __const char *__needle)
|
|||||||
|
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
/* Similar to `strstr' but this function ignores the case of both strings. */
|
/* Similar to `strstr' but this function ignores the case of both strings. */
|
||||||
extern char *__strcasestr (__const char *__haystack, __const char *__needle)
|
|
||||||
__THROW __attribute_pure__;
|
|
||||||
extern char *strcasestr (__const char *__haystack, __const char *__needle)
|
extern char *strcasestr (__const char *__haystack, __const char *__needle)
|
||||||
__THROW __attribute_pure__;
|
__THROW __attribute_pure__;
|
||||||
#endif
|
#endif
|
||||||
@ -273,8 +271,6 @@ __extension__ extern int ffsll (long long int __ll)
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Compare S1 and S2, ignoring case. */
|
/* Compare S1 and S2, ignoring case. */
|
||||||
extern int __strcasecmp (__const char *__s1, __const char *__s2)
|
|
||||||
__THROW __attribute_pure__;
|
|
||||||
extern int strcasecmp (__const char *__s1, __const char *__s2)
|
extern int strcasecmp (__const char *__s1, __const char *__s2)
|
||||||
__THROW __attribute_pure__;
|
__THROW __attribute_pure__;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user