History log of /fuchsia/zircon/third_party/ulib/musl/src/temp/__randname.c
Revision Date Author Comments
# 24c65445 26-Feb-2018 George Kulakowski <kulakowski@google.com>

[libc] Rename pthread_impl.h to threads_impl.h

Baby step towards separating pthreads out of libc

Change-Id: Ibb1ba6656c796218909f4a3451db9bb66b99fb80


# 1552bfc6 10-Oct-2017 George Kulakowski <kulakowski@google.com>

[musl] Remove duplicate declaration of __clock_gettime

The other is in pthread_impl.h and already has the correct visibility.

Change-Id: Ieafb7dd9ef7667cdce1ab56aa9c76e74cde2a977


# 455e4549 18-Aug-2017 Julia Hansbrough <flowerhack@google.com>

[musl] Clean up -Wno-parentheses in musl.

Change-Id: I26fed03750841222a400b418cd92f64206f5f397


# cd3b81a9 15-Aug-2017 George Kulakowski <kulakowski@google.com>

[musl] Move __clock_gettime declaration into a header and dedup a macro

Change-Id: I9fd466b2b58c2bab7f528976373a7b1cd9d8e773


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

[magenta] Initial commit