[libc-commits] [libc] [libc] Add pthread_getstack_np extension (PR #217049)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Thu Aug 20 20:55:35 PDT 2026
================
@@ -0,0 +1,44 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Implementation header for pthread_getstack_np function.
----------------
vonosmas wrote:
```suggestion
/// Implementation header for pthread_getstack_np (LLVM-libc extension).
```
https://github.com/llvm/llvm-project/pull/217049
More information about the libc-commits
mailing list