DescriptionPrepared newlib toolchain for socket implementation
Now that appropriate socket headers have been found for newlib,
two things need to be done before socket implementation work can begin.
First, wrappers must be added to kernel_wrap_newlib. Second, some
helper functions provided by glibc need to be implemented. This CL
does both. In particular, inet_ntoa() and inet_ntop() have been
implemented, allowing the conversion of IPv4 and IPv6 addresses
to strings.
NOTRY=true
BUG=None
TEST=None
R=noelallen@chromium.org,bradnelson@google.com
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215937
Patch Set 1 : #
Total comments: 9
Patch Set 2 : minor fixes #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Messages
Total messages: 6 (0 generated)
|