Files
clang-p2996/libc
Mikhail R. Gadelha 8cd4ecfa60 [libc] Unify lseek implementations
In patch D157792, the calls to SYS_llseek/SYS_llseek for 32-bit systems
were fixed in lseek.cpp but there was another implementation in file.cpp
that was missed.

To reduce the code duplication, this patch unifies both call sites to
use a new lseekimpl function.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D159208
2023-09-06 11:56:41 -03:00
..
2023-09-02 09:32:48 -07:00
2023-09-06 11:56:41 -03:00
2023-09-01 21:32:24 -07:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.