[all-commits] [llvm/llvm-project] 4f7767: [libc] Implement fcntl when only SYS_fcntl64 is av...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Thu Jul 4 09:55:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f77677c3b383da99e46fdb29e7b8de63eb72447
https://github.com/llvm/llvm-project/commit/4f77677c3b383da99e46fdb29e7b8de63eb72447
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M libc/src/__support/OSUtil/linux/fcntl.cpp
M libc/test/src/sys/mman/linux/CMakeLists.txt
M libc/test/src/sys/mman/linux/shm_test.cpp
Log Message:
-----------
[libc] Implement fcntl when only SYS_fcntl64 is available (#97740)
This patch tries to implement fcntl with either SYS_fcntl or SYS_fcntl64, and also changes a test case to call the fcntl function instead of using the syscall
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list