[libc-commits] [libc] [libc] implement ioctl (PR #85890)

Nhat Nguyen via libc-commits libc-commits at lists.llvm.org
Wed Mar 27 18:01:56 PDT 2024


================
@@ -0,0 +1,29 @@
+//===-- Unittests for ioctl ---------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
----------------
changkhothuychung wrote:

I copied from the other test file and change the syscall name, running the formatter does not seem to fix that, so I fixed that manually. 

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


More information about the libc-commits mailing list