[libc-commits] [PATCH] D134065: [libc] Add implementation of POSIX "uname" function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Sep 16 14:21:47 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7fb96fb5d33e: [libc] Add implementation of POSIX "uname" function. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D134065?vs=460852&id=460898#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134065

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/struct_utsname.h
  libc/include/sys/utsname.h.def
  libc/spec/posix.td
  libc/src/sys/CMakeLists.txt
  libc/src/sys/utsname/CMakeLists.txt
  libc/src/sys/utsname/linux/CMakeLists.txt
  libc/src/sys/utsname/linux/uname.cpp
  libc/src/sys/utsname/uname.h
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/utsname/CMakeLists.txt
  libc/test/src/sys/utsname/uname_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134065.460898.patch
Type: text/x-patch
Size: 9849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220916/68d0d54d/attachment.bin>


More information about the libc-commits mailing list