[libc-commits] [PATCH] D145452: [libc] Add riscv64 syscall implementation.

Alexander Richardson via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 6 23:24:48 PST 2023


arichardson added inline comments.


================
Comment at: libc/src/__support/OSUtil/linux/riscv64/syscall.h:10
+#ifndef LLVM_LIBC_SRC_SUPPORT_OSUTIL_LINUX_AARCH64_SYSCALL_H
+#define LLVM_LIBC_SRC_SUPPORT_OSUTIL_LINUX_AARCH64_SYSCALL_H
+
----------------
Copy paste error in the include guard


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145452/new/

https://reviews.llvm.org/D145452



More information about the libc-commits mailing list