From 59ff172f8064757e2302f9b4fb7583ec2841d591 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jan 2015 10:49:40 -0800 Subject: NPTL: Refactor cpu_set_t validation to be sysdeps-controlled This removes Linuxisms related to cpu_set_t validation from the generic NPTL code and puts them into a new sysdeps header file. --- nptl/pthread_setattr_default_np.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/pthread_setattr_default_np.c') diff --git a/nptl/pthread_setattr_default_np.c b/nptl/pthread_setattr_default_np.c index 8d5bb710db..457a467df8 100644 --- a/nptl/pthread_setattr_default_np.c +++ b/nptl/pthread_setattr_default_np.c @@ -21,6 +21,8 @@ #include #include #include +#include + int pthread_setattr_default_np (const pthread_attr_t *in) -- cgit v1.2.3