History log of /fuchsia/zircon/third_party/ulib/musl/src/stdio/fgetc.c
Revision Date Author Comments
# c67a9eb4 08-Sep-2017 Petr Hosek <phosek@google.com>

[libc] Use atomic_load to read FILE->lock

FILE->lock is atomic_int and so should be read using atomic_load.
Previously this wasn't reported, but with a new Clang this is
triggering an error because of -Wtautological-unsigned-zero-compare.

Change-Id: I3fe11f4be356a96d688e90614a9498d3c9eba05e


# 489c6e3f 17-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] clang format musl

Change-Id: I3bc6ab7655410514691cd07f08454f3afd41d9b3


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

[magenta] Initial commit