diff --git a/pthread_public.h b/pthread_public.h index b9336f5..c1eb9d4 100644 --- a/pthread_public.h +++ b/pthread_public.h @@ -754,4 +754,9 @@ extern "C" { #undef PTE_LEVEL #undef PTE_LEVEL_MAX +#ifdef NULL +#undef NULL +#define NULL 0 +#endif + #endif /* PTHREAD_H */