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

[musl] Remove legacy linux syscall mechanism entirely

Change-Id: Ia013bac87e87a7a4528b496ac26da649ad130da0


# dac3de4d 26-Aug-2016 George Kulakowski <kulakowski@google.com>

[musl] Make stdio FILE* close actually close again

Without this change, it was easy to observe fds leaking (for instance by
listing files from mxsh over and over), and with this change the fd is
reclaimed so the number is always the same.

MG-256 #comment fixes

Change-Id: I187f42e35d6b5a3a89c6ba1a9580c73a78b52280


# 880de2b1 08-Jul-2016 George Kulakowski <kulakowski@google.com>

[musl] Remove aio support from musl

This isn't particularly commonly used, and this is the sort of thing
we'd want people to use the better Fuchsia native APIs for anyway.

Change-Id: I980f5fa50af4deb6e14843884056565ddbd10c23


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

[magenta] Initial commit