mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
(printf_unknown): Add label all_done.
This commit is contained in:
parent
b08827487a
commit
d8334b9a91
@ -2,6 +2,7 @@
|
||||
|
||||
* stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
|
||||
returns without cleaning up the lock.
|
||||
(printf_unknown): Add label all_done.
|
||||
|
||||
* sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
|
||||
kernels in mind when reading /proc/self/fd/FD.
|
||||
|
@ -1587,6 +1587,7 @@ printf_unknown (FILE *s, const struct printf_info *info,
|
||||
if (info->spec != '\0')
|
||||
outchar (info->spec);
|
||||
|
||||
all_done:
|
||||
return done;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user