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_attr_setaffinity.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nptl/pthread_attr_setaffinity.c') diff --git a/nptl/pthread_attr_setaffinity.c b/nptl/pthread_attr_setaffinity.c index a249b419f1..7a127b80f7 100644 --- a/nptl/pthread_attr_setaffinity.c +++ b/nptl/pthread_attr_setaffinity.c @@ -23,8 +23,7 @@ #include #include #include - - +#include int -- cgit v1.2.3