History log of /fuchsia/zircon/third_party/ulib/musl/src/stdio/stdout.c
Revision Date Author Comments
# 3b13666f 19-Jun-2017 George Kulakowski <kulakowski@google.com>

[stdio] Use FLOCKing in std{in,out,err}

Upstream musl lets some FILEs used internally bypass locking, which is
safe as they are not shared. It also did not enable FILE locking for
single threaded programs. We removed those code paths, but I
accidentally also missed resetting these locks.

MG-363 #done

Change-Id: I54f3a62d1c5b9ea8e8249b1e19c1ba33bd688072


# e1b1c592 05-Apr-2017 Roland McGrath <mcgrathr@google.com>

[ulib][musl] Reduce unnecessary exports

There are still lots of symbols in the export list that should not
really be part of the ABI. But this picks off some low-hanging fruit.

Change-Id: I86168858de89bd327fb70cd4ca639caa1e502702


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit