History log of /fuchsia/zircon/third_party/ulib/musl/include/locale.h
Revision Date Author Comments
# 167e09fa 20-Dec-2017 Roland McGrath <mcgrathr@google.com>

[ulib][musl] Use the compiler's <stddef.h>

The compiler provides one that has all we need, so just use it.
Clean up headers defining NULL to use a shared definition, which
in turn is outsourced to the compiler's <stddef.h>.

This uncovered some C++ test code that was conflating uintptr_t
with pointers and comparing it to NULL, which worked out OK before
when musl's sloppy C++ NULL definition was being used but is caught
by the proper definition from the compiler's <stddef.h>.

TO-441

Change-Id: I0b055d2c6e4e2f94b517f3aad782dfc1ebe7e767


# d1da9874 12-Jul-2016 George Kulakowski <kulakowski@google.com>

[musl] Use #pragma once in musl's public headers

Like the prior commit, this only replaces existing ifdef guards.

Change-Id: I39be129111db9f129aef72a53f986ce6a49376ac


# 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