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

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Mar 26 14:04:14 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
+//
+//===----------------------------------------------------------------------===//
----------------
nickdesaulniers wrote:

These two longer comment lines don't appear to be the same length. Does running the formatter fix this?

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


More information about the libc-commits mailing list