mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
si_errno and friends are macros on NetBSD, so #undef them first.
llvm-svn: 191388
This commit is contained in:
@@ -29,6 +29,10 @@ struct compat_timeval
|
||||
#define ELFLINUXPRSTATUS64_SIZE (112)
|
||||
#define ELFLINUXPRPSINFO64_SIZE (132)
|
||||
|
||||
#undef si_signo
|
||||
#undef si_code
|
||||
#undef si_errno
|
||||
|
||||
struct ELFLinuxPrStatus
|
||||
{
|
||||
int32_t si_signo;
|
||||
|
||||
Reference in New Issue
Block a user