[libc-commits] [libc] [libc] Add syscall number for recvmmsg_time64 (PR #203268)
via libc-commits
libc-commits at lists.llvm.org
Thu Jun 11 06:50:08 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Pavel Labath (labath)
<details>
<summary>Changes</summary>
I *think* this will fix the riscv32 bot.
---
Full diff: https://github.com/llvm/llvm-project/pull/203268.diff
1 Files Affected:
- (modified) libc/include/sys/syscall.h.def (+4)
``````````diff
diff --git a/libc/include/sys/syscall.h.def b/libc/include/sys/syscall.h.def
index f7e53cc4942d5..486947709b572 100644
--- a/libc/include/sys/syscall.h.def
+++ b/libc/include/sys/syscall.h.def
@@ -1637,6 +1637,10 @@
#define SYS_recvmmsg __NR_recvmmsg
#endif
+#ifdef __NR_recvmmsg_time64
+#define SYS_recvmmsg_time64 __NR_recvmmsg_time64
+#endif
+
#ifdef __NR_recvmsg
#define SYS_recvmsg __NR_recvmsg
#endif
``````````
</details>
https://github.com/llvm/llvm-project/pull/203268
More information about the libc-commits
mailing list