History log of /fuchsia/zircon/third_party/ulib/musl/src/time/clock_getres.c
Revision Date Author Comments
# 827ab4d9 08-Feb-2017 Roland McGrath <mcgrathr@google.com>

[ulib][musl] Clean up clock* stubs, drop timer_* functions

We have some of the POSIX.1 clock_* interfaces, but don't fully
support all of them. Make the ones we don't support be simple
ENOSYS stubs instead of calling into nonexistent Linux hooey.

We don't support the POSIX.1 timer_* interfaces at all, so don't
build that code at all. If we ever support these interfaces,
they will need a wholly new implementation anyway.

Change-Id: I446608c9011938b50ce7f23af08de5f61b3cfb96


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

[magenta] Initial commit