OSDN Git Service

Improve the Threading code on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Sat, 4 Mar 2017 17:42:46 +0000 (17:42 +0000)
committerKamil Rytarowski <n54@gmx.com>
Sat, 4 Mar 2017 17:42:46 +0000 (17:42 +0000)
commit8fa74750a3fa73c3610c732e20e5221026bb4261
treea57b771df0b7605c24d3143c273752684cb65d49
parent7d7a5d9b46bcc9b4a98f5d56e970d06bf45a4bf4
Improve the Threading code on NetBSD

Do not include <sys/user.h> on NetBSD. It's dead file and will be removed.

No need to include <sys/sysctl.h> in this code context on NetBSD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Threading.inc