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:
6b2f106
)
(routines): Add strerror_l.
author
drepper
<drepper>
Thu, 1 Feb 2007 16:10:11 +0000
(16:10 +0000)
committer
drepper
<drepper>
Thu, 1 Feb 2007 16:10:11 +0000
(16:10 +0000)
string/Makefile
patch
|
blob
|
history
diff --git
a/string/Makefile
b/string/Makefile
index
f087022
..
d4ec224
100644
(file)
--- a/
string/Makefile
+++ b/
string/Makefile
@@
-40,7
+40,7
@@
routines := strcat strchr strcmp strcoll strcpy strcspn \
addsep replace) \
envz basename \
strcoll_l strxfrm_l string-inlines memrchr \
- xpg-strerror
+ xpg-strerror
strerror_l
# Gcc internally generates calls to unbounded memcpy and memset
# for -fbounded-pointer compiles. Glibc uses memchr for explicit checks.