[libc-commits] [PATCH] D143795: [libc] Implement htonl and htons
Raman Tenneti via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 15 18:28:48 PST 2023
rtenneti updated this revision to Diff 497859.
rtenneti marked an inline comment as done.
rtenneti added a comment.
Fixed comments from Siva.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143795/new/
https://reviews.llvm.org/D143795
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/linux/x86_64/headers.txt
libc/include/CMakeLists.txt
libc/include/arpa/inet.h.def
libc/spec/posix.td
libc/spec/spec.td
libc/src/CMakeLists.txt
libc/src/network/CMakeLists.txt
libc/src/network/htonl.cpp
libc/src/network/htonl.h
libc/src/network/htons.cpp
libc/src/network/htons.h
libc/test/src/CMakeLists.txt
libc/test/src/network/CMakeLists.txt
libc/test/src/network/htonl_test.cpp
libc/test/src/network/htons_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143795.497859.patch
Type: text/x-patch
Size: 10607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230216/8f5ae7a4/attachment.bin>
More information about the libc-commits
mailing list