projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6f19e47
)
Remove declaration of __strcasecmp and __strcasestr.
author
drepper
<drepper>
Fri, 20 Oct 2000 05:59:51 +0000
(
05:59
+0000)
committer
drepper
<drepper>
Fri, 20 Oct 2000 05:59:51 +0000
(
05:59
+0000)
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
019fcb4
..
3491170
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-179,8
+179,6
@@
extern char *strstr (__const char *__haystack, __const char *__needle)
#ifdef __USE_GNU
/* Similar to `strstr' but this function ignores the case of both strings. */
#ifdef __USE_GNU
/* 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)
__THROW __attribute_pure__;
#endif
extern char *strcasestr (__const char *__haystack, __const char *__needle)
__THROW __attribute_pure__;
#endif
@@
-273,8
+271,6
@@
__extension__ extern int ffsll (long long int __ll)
# endif
/* Compare S1 and S2, ignoring case. */
# endif
/* 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)
__THROW __attribute_pure__;
extern int strcasecmp (__const char *__s1, __const char *__s2)
__THROW __attribute_pure__;