CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/03 09:41:41
Modified files:
lib/libc/stdio : vdprintf.c
Log message:
in vdprintf(), no need to use the file locking mecanism when using
fflush() as the variable is stack based (no possible concurrent access).
call directly __sflush()
ok visa@ deraadt@
