[libc-commits] [libc] [libc] Fix unpoisoning for recvfrom (PR #117366)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Fri Nov 22 11:40:56 PST 2024


================
@@ -23,17 +23,26 @@ namespace LIBC_NAMESPACE_DECL {
 
 LLVM_LIBC_FUNCTION(ssize_t, recvfrom,
                    (int sockfd, void *buf, size_t len, int flags,
-                    struct sockaddr *__restrict dest_addr,
----------------
vonosmas wrote:

does it make sense to keep `struct` here for consistency with header decl?

https://github.com/llvm/llvm-project/pull/117366


More information about the libc-commits mailing list