History log of /fuchsia/zircon/third_party/ulib/musl/src/misc/pty.c
Revision Date Author Comments
# e987e6ac 11-Feb-2017 George Kulakowski <kulakowski@google.com>

[musl] Remove legacy linux syscall mechanism entirely

Change-Id: Ia013bac87e87a7a4528b496ac26da649ad130da0


# 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


# 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