diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:22:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:22:27 +0000 |
commit | 8381e467deb672e8adb48cc44011e98431360963 (patch) | |
tree | add21a1007ecb9c6683d6cf8221680986fadb317 /ChangeLog | |
parent | 50e16f851971fa313a0ab870e3874a3df9314666 (diff) | |
download | glibc-8381e467deb672e8adb48cc44011e98431360963.tar.gz glibc-8381e467deb672e8adb48cc44011e98431360963.tar.xz glibc-8381e467deb672e8adb48cc44011e98431360963.zip |
* sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
__BEGIN_DECLS/__END_DECLS around the prototype. * bits/sched.h (__sched_cpucount): Likewise. Make second argument pointer to const cpu_set_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index acf2c4fea8..31e2686df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-07-17 Jakub Jelinek <jakub@redhat.com> + * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add + __BEGIN_DECLS/__END_DECLS around the prototype. + * bits/sched.h (__sched_cpucount): Likewise. Make second argument + pointer to const cpu_set_t. + * bits/types.h: Don't include stddef.h, don't define __need_size_t. * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define __need_size_t and include stddef.h. |