projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update from main archvie 961013
[kopensolaris-gnu/glibc.git]
/
stdio-common
/
vfprintf.c
diff --git
a/stdio-common/vfprintf.c
b/stdio-common/vfprintf.c
index
7714c0e
..
7c2b50c
100644
(file)
--- a/
stdio-common/vfprintf.c
+++ b/
stdio-common/vfprintf.c
@@
-850,9
+850,7
@@
vfprintf (FILE *s, const CHAR_T *format, va_list ap)
/* Lock stream. */
__libc_cleanup_region_start ((void (*) (void *)) &__funlockfile, s);
-
- if (__flockfile != NULL)
- __flockfile (s);
+ __flockfile (s);
/* Write the literal text before the first format. */
outstring ((const UCHAR_T *) format,