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:
b7657ac
)
Include <bits/string.h> if optimizing and __NO_STRING_INLINES is not
author
drepper
<drepper>
Mon, 4 Aug 1997 14:24:34 +0000
(14:24 +0000)
committer
drepper
<drepper>
Mon, 4 Aug 1997 14:24:34 +0000
(14:24 +0000)
defined.
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
5621dfb
..
a434c3a
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-282,6
+282,13
@@
extern __ptr_t memfrob __P ((__ptr_t __s, size_t __n));
extern char *basename __P ((__const char *__filename));
#endif
+
+/* Some functions might be implemented as optimized inline assembler
+ functions. */
+#if !defined __NO_STRING_INLINES && defined __OPTIMIZE__
+# include <bits/string.h>
+#endif
+
__END_DECLS
#endif /* string.h */