History log of /fuchsia/zircon/third_party/ulib/musl/src/misc/nftw.c
Revision Date Author Comments
# abd6594a 22-Mar-2017 George Kulakowski <kulakowski@google.com>

[musl][pthread] Remove pthread cancellation machinery

Nothing currently in Fuchsia uses this, nor am I aware of any 2nd or
3rd party code that is likely to. I do not believe that, if someone
were to attempt to truly implement pthread_cancel etc. on Magenta,
that the removal of this code and comments would be a meaningful
impediment.

Change-Id: Ib8435a68d0b053ba3f1d0590640ef54c23e59840


# 43061f80 27-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] Remove linux-y LFS64 abstraction and xstat extension

Change-Id: Id54c438c2b36d7fce3adb9bd7d32045bbc0765fb


# 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