History log of /llvm-project/libc/test/src/fcntl/fcntl_test.cpp (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# c63112a9 01-Oct-2024 lntue <lntue@google.com>

[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)

https://github.com/llvm/llvm-project/issues/60481


Revision tags: llvmorg-19.1.1, llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init
# 7c4fc9cc 26-Jun-2024 Xu Zhang <simonzgx@gmail.com>

[libc][fcntl] Simplify the handling of the return value from syscall … (#96325)

Fixes #95570


Revision tags: llvmorg-18.1.8
# 0b24b470 14-Jun-2024 Xu Zhang <simonzgx@gmail.com>

[libc] Add the implementation of the fdopen function (#94186)

Fixes #93711 .
This patch implements the ``fdopen`` function. Given that ``fdopen``
internally calls ``fcntl``, the implementation of

[libc] Add the implementation of the fdopen function (#94186)

Fixes #93711 .
This patch implements the ``fdopen`` function. Given that ``fdopen``
internally calls ``fcntl``, the implementation of ``fcntl`` has been
moved to the ``__support/OSUtil``, where it serves as an internal public
function.

show more ...


Revision tags: llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5
# aca51173 01-May-2024 Vinayak Dev <104419489+vinayakdsci@users.noreply.github.com>

[libc] Implement fcntl() function (#89507)

Fixes #84968.

Implements the `fcntl()` function defined in the `fcntl.h` header.