[libc-commits] [PATCH] D149622: [libc] add socket function

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 2 15:39:41 PDT 2023


michaelrj marked 2 inline comments as done.
michaelrj added inline comments.


================
Comment at: libc/include/llvm-libc-macros/linux/sys-socket-macros.h:26
+#define SOCK_SEQPACKET 5
+#define SOCK_PACKET 10
+
----------------
sivachandra wrote:
> Can add some documentation about the origin of these numbers?
The source is the same as the above numbers, so I figured it was covered by the comment at the top of the file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149622/new/

https://reviews.llvm.org/D149622



More information about the libc-commits mailing list