[libc-commits] [libc] [libc] Implement fcntl() function (PR #89507)

Vinayak Dev via libc-commits libc-commits at lists.llvm.org
Tue Apr 30 20:29:03 PDT 2024


================
@@ -0,0 +1,150 @@
+//===-- Unittest for fcntl ------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/errno/libc_errno.h"
----------------
vinayakdsci wrote:

Fixed in the latest commit.

https://github.com/llvm/llvm-project/pull/89507


More information about the libc-commits mailing list