diff options
Diffstat (limited to 'nptl/descr.h')
-rw-r--r-- | nptl/descr.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nptl/descr.h b/nptl/descr.h index a145860..c5ad0c8 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -25,16 +25,14 @@ #include <stdbool.h> #include <sys/types.h> #include <hp-timing.h> -#define __need_list_t -#include <list.h> +#include <list_t.h> #include <lowlevellock.h> #include <pthreaddef.h> #include <dl-sysdep.h> #include "../nptl_db/thread_db.h" #include <tls.h> #include <unwind.h> -#define __need_res_state -#include <resolv.h> +#include <bits/types/res_state.h> #include <kernel-features.h> #ifndef TCB_ALIGNMENT |