[all-commits] [llvm/llvm-project] 55b740: [libc][POSIX] implement fseeko, ftello (#86928)
Shourya Goel via All-commits
all-commits at lists.llvm.org
Mon Apr 1 10:09:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55b74030a4c75f25be901522fe595d7233fad76d
https://github.com/llvm/llvm-project/commit/55b74030a4c75f25be901522fe595d7233fad76d
Author: Shourya Goel <shouryagoel10000 at gmail.com>
Date: 2024-04-01 (Mon, 01 Apr 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/stdio/CMakeLists.txt
A libc/src/stdio/fseeko.h
A libc/src/stdio/ftello.h
M libc/src/stdio/generic/CMakeLists.txt
M libc/src/stdio/generic/fseek.cpp
A libc/src/stdio/generic/fseeko.cpp
M libc/src/stdio/generic/ftell.cpp
A libc/src/stdio/generic/ftello.cpp
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/ftell_test.cpp
Log Message:
-----------
[libc][POSIX] implement fseeko, ftello (#86928)
Fixes: #85287
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