[libc-commits] [libc] [libc] [unistd] implement pipe2 syscall wrapper (PR #114474)
via libc-commits
libc-commits at lists.llvm.org
Thu Oct 31 16:54:29 PDT 2024
================
@@ -287,6 +287,23 @@ def Linux : StandardSpec<"Linux"> {
]
>;
+
+ HeaderSpec UniStd = HeaderSpec<
+ "unistd.h",
+ [], // Macros
+ [],
+ [], // Enumerations
+ [
+ FunctionSpec<
+ "pipe",
----------------
duncpro wrote:
No worries! This is fixed in [b1e2ea6](https://github.com/llvm/llvm-project/commit/b1e2ea64182ddab6775ab6cfe5168c98c92c1a57).
https://github.com/llvm/llvm-project/pull/114474
More information about the libc-commits
mailing list