Skip to content

Commit

Permalink
[compiler-rt] [netbsd] Correct the fallback definition of PT_LWPNEXT
Browse files Browse the repository at this point in the history
Fixes build on NetBSD 9.0.
  • Loading branch information
krytarowski committed Dec 25, 2019
1 parent 80c45e4 commit aff6c9d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -77,8 +77,8 @@
#ifndef PT_LWPSTATUS
#define PT_LWPSTATUS 24
#endif
#ifndef PT_LWPSTATUS
#define PT_LWPSTATUS 25
#ifndef PT_LWPNEXT
#define PT_LWPNEXT 25
#endif

#include <sys/resource.h>
Expand Down

0 comments on commit aff6c9d

Please sign in to comment.