[all-commits] [llvm/llvm-project] 8aec3b: [libc] Introduce sys/socket.h

Jeff Bailey via All-commits all-commits at lists.llvm.org
Wed Feb 22 23:11:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8aec3b126b5484780330378133cf9de811e227cc
      https://github.com/llvm/llvm-project/commit/8aec3b126b5484780330378133cf9de811e227cc
  Author: Jeff Bailey <jeffbailey at google.com>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M libc/config/linux/aarch64/headers.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    M libc/include/llvm-libc-macros/linux/CMakeLists.txt
    A libc/include/llvm-libc-macros/linux/sys-socket-macros.h
    A libc/include/llvm-libc-macros/sys-socket-macros.h
    A libc/include/sys/socket.h.def
    M libc/spec/linux.td

  Log Message:
  -----------
  [libc] Introduce sys/socket.h

This adds sys/socket.h and some definitions on Linux.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D144415




More information about the All-commits mailing list