[libc-commits] [PATCH] D148371: [libc] Add support to compile some syscalls on 32 bit platform

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 21 12:23:40 PDT 2023


mikhail.ramalho updated this revision to Diff 515869.
mikhail.ramalho added a comment.

Added SYS_sched_rr_get_interval_time64 support to fix sched compilation in riscv32


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148371

Files:
  libc/config/linux/syscall_numbers.h.inc
  libc/src/__support/File/linux_file.cpp
  libc/src/__support/threads/linux/mutex.h
  libc/src/sched/linux/sched_rr_get_interval.cpp
  libc/src/sys/sendfile/linux/sendfile.cpp
  libc/src/sys/wait/linux/wait.cpp
  libc/src/sys/wait/linux/wait4.cpp
  libc/src/sys/wait/linux/waitpid.cpp
  libc/src/unistd/linux/dup2.cpp
  libc/src/unistd/linux/ftruncate.cpp
  libc/src/unistd/linux/lseek.cpp
  libc/src/unistd/linux/truncate.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148371.515869.patch
Type: text/x-patch
Size: 12267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230421/75e323fd/attachment.bin>


More information about the libc-commits mailing list