[libc-commits] [PATCH] D143795: [libc] Implement htonl and htons

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 16 10:12:31 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfbe210dc7a6a: [libc] Implement htonl and htons (authored by rtenneti).

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.498064.patch
Type: text/x-patch
Size: 10609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230216/1170641e/attachment-0001.bin>


More information about the libc-commits mailing list