Description[NaCl SDK] nacl_io: Fix inet_ntop to be consistent with glibc.
Update inet_ntop to output ipv4 address for ::A.B.C.D as
well as ::ffff:A:B:C:D so that its consistent the glibc's
implementation.
Also, add two missing socket syscalls: inet_addr and
inet_aton.
Also, add test for this case and cleanup test code these
socket utility function.
Alos, rename some, .cc files to .c in nacl_io syscalls.
R=binji@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247394
Patch Set 1 : #
Total comments: 19
Patch Set 2 : #Messages
Total messages: 4 (0 generated)
|