[PATCH] D51419: Switch syscall(2)/__syscall(2) calls to libc calls on NetBSD

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 05:59:27 PDT 2018


joerg added a comment.

Every system call has a public and internal variant. The former might be replaced by libpthread etc for thread cancellation support, but that's a different topic.


Repository:
  rL LLVM

https://reviews.llvm.org/D51419





More information about the llvm-commits mailing list