History log of /fuchsia/zircon/third_party/ulib/musl/stubs/socketstubs.c
Revision Date Author Comments
# c8020553 01-Dec-2017 George Kulakowski <kulakowski@google.com>

[libc][stubs] Correct the stub definition of freeaddrinfo

When the real definition of freeaddrinfo (and other associated
functions) was moved to fdio, the libc source file definining
freeaddrinfo was left in the tree, even though there was no build rule
for it.

Additionally, the stub_freeaddrinfo function was not marked static.

This CL fixes both of these glitches.

Change-Id: If7a4f10f9faa6c3223a8a9c7c5fc6a9d9cfb12de


# 8d31ee7c 19-Sep-2017 Sergey Ulanov <sergeyu@google.com>

[zircon][musl] Remove getaddinfo() from libc and add a stub

Previously libc defined getaddrinfo() was defined in libc, but it wasn't
working properly. Removed it from libc, since it's defined and
implemented in libfdio.

Change-Id: Ib2aa8f71b6233266742fae68630e733b03559a57


# 7940287b 05-Aug-2016 George Kulakowski <kulakowski@google.com>

[mxio][musl] Stub out socket calls

Change-Id: I171d6de67ec21d4462229bf6894ff456c2872471