[all-commits] [llvm/llvm-project] ef6693: [libc] Fix send and recv functions (#110936)

Michael Jones via All-commits all-commits at lists.llvm.org
Thu Oct 3 09:42:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef66936df4e4746c4af0f224796e0070b0f14138
      https://github.com/llvm/llvm-project/commit/ef66936df4e4746c4af0f224796e0070b0f14138
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M libc/src/sys/socket/linux/recv.cpp
    M libc/src/sys/socket/linux/recvfrom.cpp
    M libc/src/sys/socket/linux/recvmsg.cpp
    M libc/src/sys/socket/linux/send.cpp
    M libc/src/sys/socket/linux/sendmsg.cpp
    M libc/src/sys/socket/linux/sendto.cpp
    M libc/src/sys/socket/recvfrom.h

  Log Message:
  -----------
  [libc] Fix send and recv functions (#110936)

There were some errors in the implementation. Oops. This patch fixes
those.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list