projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d75ca
)
Fix typo.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 18 Jul 2005 20:53:13 +0000
(20:53 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 18 Jul 2005 20:53:13 +0000
(20:53 +0000)
stdlib/bits/stdlib.h
patch
|
blob
|
history
diff --git
a/stdlib/bits/stdlib.h
b/stdlib/bits/stdlib.h
index 1c2b79b4d4d6ac834098dcafb2e7ddd65616b5ec..7ca6c8613cd09ca8ca6ca9171034553fb3a31edb 100644
(file)
--- a/
stdlib/bits/stdlib.h
+++ b/
stdlib/bits/stdlib.h
@@
-56,8
+56,8
@@
ptsname_r (int __fd, char *__buf, size_t __buflen)
extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen)
__THROW __wur;
-extern int __REDIRECT_
_
NTH (__wctomb_alias, (char *__s, wchar_t __wchar),
-
wctomb) __wur;
+extern int __REDIRECT_NTH (__wctomb_alias, (char *__s, wchar_t __wchar),
+ wctomb) __wur;
extern __always_inline __wur int
wctomb (char *__s, wchar_t __wchar)