History log of /fuchsia/zircon/third_party/ulib/musl/include/inttypes.h
Revision Date Author Comments
# d2caa306 28-Apr-2018 Roland McGrath <mcgrathr@google.com>

[musl][bootloader] Use compiler-provided standard headers

<stdalign.h>, <stdarg.h>, <stdbool.h>, <stddef.h>, <stdint.h>
are all provided by the compiler and should not be replaced here.

The bootloader code's local versions were sloppy in what names
got defined where, so the code needed some #include additions
and type adjustments.

TC-32 #done

Change-Id: Ib24ba7b5072e99ec9302a6994d63ad5e16233151


# f0fdb99b 13-Oct-2016 George Kulakowski <kulakowski@google.com>

[musl] Clang format musl

Change-Id: I36438df9b3065229e365b70a4b9219de869e3acd


# 584dd1c9 10-Oct-2016 George Kulakowski <kulakowski@google.com>

[musl] Fix userspace int types and format specifiers

This also fixes two bugs in the kernel libc equivalents.

In addition, remove a number of unneeded inclusions of <sys/types.h>
throughout system, and fix some format specifiers. Also add a test of
these things (which found the bugs mentioned above).

Change-Id: I4051394276340b00673510494eb9b8942dc55561


# 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


# f3f59167 22-Jun-2016 Travis Geiselbrecht <travisg@google.com>

[musl] update the PRI* macros to match the underlying integer types for *int*_t

Change-Id: Ic373c4de514ef5fda20e7b196f75a3d7379443a9


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

[magenta] Initial commit