[libc-commits] [PATCH] D134338: [libc] Add implementations of POSIX getpid, getppid, getuid, geteuid functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 21 11:41:38 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f1474daec4f: [libc] Add implementations of POSIX getpid, getppid, getuid, geteuid functions. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134338

Files:
  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/pid_t.h
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/geteuid.h
  libc/src/unistd/getpid.h
  libc/src/unistd/getppid.h
  libc/src/unistd/getuid.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/geteuid.cpp
  libc/src/unistd/linux/getpid.cpp
  libc/src/unistd/linux/getppid.cpp
  libc/src/unistd/linux/getuid.cpp
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/geteuid_test.cpp
  libc/test/src/unistd/getpid_test.cpp
  libc/test/src/unistd/getppid_test.cpp
  libc/test/src/unistd/getuid_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134338.461965.patch
Type: text/x-patch
Size: 17845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220921/64d7f635/attachment-0001.bin>


More information about the libc-commits mailing list