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:
cdb612b
)
Formerly ../string/string.h.~14~
author
roland
<roland>
Fri, 6 Nov 1992 20:51:09 +0000
(20:51 +0000)
committer
roland
<roland>
Fri, 6 Nov 1992 20:51:09 +0000
(20:51 +0000)
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
728ce39
..
d5894c2
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-143,10
+143,6
@@
extern int bcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2, size_t __n));
The least-significant bit is position 1, the most-significant 32. */
extern int ffs __P ((int __i));
-#if defined(__GNUC__) && defined(__OPTIMIZE__)
-#define ffs(x) __builtin_ffs(x)
-#endif /* GCC and optimizing. */
-
/* Compare S1 and S2, ignoring case. */
extern int strcasecmp __P ((__const char *__s1, __const char *__s2));