diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-01-08 13:24:56 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-01-08 13:24:56 -0800 |
commit | 9287adf0895d4cf2f25d34c13c0f47202c01ddd0 (patch) | |
tree | 1a54855bfff2d138f6160fafab6e2e7d109daa43 /ChangeLog | |
parent | 59ff172f8064757e2302f9b4fb7583ec2841d591 (diff) | |
download | glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.zip glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.gz glibc-9287adf0895d4cf2f25d34c13c0f47202c01ddd0.tar.bz2 |
Add stub sys/procfs.h file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-01-08 Roland McGrath <roland@hack.frob.com> + * sysdeps/nptl/sys/procfs.h: New file. + * nptl_db/Makefile (headers): Add it. + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it. + * 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. |