aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unistd/linux/pread.cpp
AgeCommit message (Expand)AuthorFilesLines
11 days[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue1-1/+1
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue1-3/+3
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha1-9/+15
2024-02-06[libc] Fix pread under msan (#80893)michaelrj-google1-1/+4
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-5/+5
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones1-5/+6
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha1-0/+8
2023-03-02[libc][obvious] Fix errno includes in unistdMichael Jones1-1/+1
2023-03-02[libc][NFC] Switch use of errno in src/unistd and src/sys to libc_errno.Siva Chandra Reddy1-2/+2
2022-09-30[libc] add syscall functionMichael Jones1-1/+1
2022-09-14[libc] Add POSIX functions pread and pwrite.Siva Chandra Reddy1-0/+29