[libc-commits] [PATCH] D144506: [libc] Implement ntohl and ntohs
Raman Tenneti via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 22 10:20:07 PST 2023
rtenneti updated this revision to Diff 499575.
rtenneti added a comment.
Fixing Siva's comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144506/new/
https://reviews.llvm.org/D144506
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/network/CMakeLists.txt
libc/src/network/htons.h
libc/src/network/ntohl.cpp
libc/src/network/ntohl.h
libc/src/network/ntohs.cpp
libc/src/network/ntohs.h
libc/test/src/network/CMakeLists.txt
libc/test/src/network/htonl_test.cpp
libc/test/src/network/htons_test.cpp
libc/test/src/network/ntohl_test.cpp
libc/test/src/network/ntohs_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144506.499575.patch
Type: text/x-patch
Size: 10820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230222/bce85ef1/attachment-0001.bin>
More information about the libc-commits
mailing list