[libc-commits] [PATCH] D121676: [libc] Add implementation of POSIX lseek function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 15 09:25:17 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121676

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-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/file-seek-macros.h
  libc/include/llvm-libc-macros/stdio-macros.h
  libc/include/stdio.h.def
  libc/include/unistd.h.def
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/lseek.cpp
  libc/src/unistd/lseek.h
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/lseek_test.cpp
  libc/test/src/unistd/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121676.415469.patch
Type: text/x-patch
Size: 10845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220315/36d1dc63/attachment-0001.bin>


More information about the libc-commits mailing list