diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-08 10:49:40 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-08 10:49:40 -0800 |
commit | 59ff172f8064757e2302f9b4fb7583ec2841d591 (patch) | |
tree | 18b57d9512d0b8d347e363dae4664063c0240e9f /ChangeLog | |
parent | b92058573b4b26ad0700c73d0ba33a796556e7fa (diff) | |
download | glibc-59ff172f8064757e2302f9b4fb7583ec2841d591.zip glibc-59ff172f8064757e2302f9b4fb7583ec2841d591.tar.gz glibc-59ff172f8064757e2302f9b4fb7583ec2841d591.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2015-01-08 Roland McGrath <roland@hack.frob.com> + + * nptl/pthreadP.h (check_cpuset_attr): Moved ... + * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file. + * nptl/pthread_attr_setaffinity.c: Include it. + * nptl/pthread_setattr_default_np.c: Likewise. + * nptl/check-cpuset.h: New file. + 2015-01-08 Richard Henderson <rth@redhat.com> * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines |