[libcxx-commits] [PATCH] D144506: [libc] Implement ntohl and ntohs

Raman Tenneti via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 22 10:40:52 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd0d6d78bbda7: [libc] Implement ntohl and ntohs (authored by rtenneti).

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.499581.patch
Type: text/x-patch
Size: 10820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230222/99b881aa/attachment.bin>


More information about the libcxx-commits mailing list