History log of /fuchsia/zircon/third_party/ulib/musl/src/time/__map_file.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


# a27af479 28-Dec-2016 George Kulakowski <kulakowski@google.com>

[musl] Remove linux syscalls and stub some io functions

- Posix message queues are essentially unused, and there is nothing
interesting to keep in the current implementation should we want it.

- wait3 and wait4 are nonstandard.

- chroot is nonstandard.

- We want to just directly call open() and close(). Note that there is
a little bit of careful handling of return values around close(), as
the original syscall wrappers managed the syscall and the conversion
from return-a-negative-error to return-negative-one-and-set-errno in
stages.

Change-Id: If574b115cc3a493d192530866d605bc12a3f5cb8


# 7fe54919 12-Sep-2016 George Kulakowski <kulakowski@google.com>

[musl][mxio] Implement lstat and stub fstatat

Change-Id: I1f800dd9cae4e209aaeeced38e15677b3c9ca535


# 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