diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-19 10:03:46 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-19 10:03:46 -0800 |
commit | 03ebadd9eaa4663f58bd3fa6fe8283f255925632 (patch) | |
tree | 38b9215720c065a6d73eb70bfa5466f1ae5893fc /ChangeLog | |
parent | c6e7f16c536a0a588e842c5eb52626b00bbe9133 (diff) | |
download | glibc-03ebadd9eaa4663f58bd3fa6fe8283f255925632.tar glibc-03ebadd9eaa4663f58bd3fa6fe8283f255925632.tar.gz glibc-03ebadd9eaa4663f58bd3fa6fe8283f255925632.tar.bz2 glibc-03ebadd9eaa4663f58bd3fa6fe8283f255925632.zip |
Avoid warnings in CPU_* macros when using const bitsets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-11-19 Ulrich Drepper <drepper@redhat.com> + [BZ #10918] + * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const + in cast to not throw away const-ness of parameters. + (__CPU_EQUAL_S): Likewise. + (__CPU_OP_S): Likewise. + * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol F_OWNER_PGRP and mark F_OWNER_GID obsolete. The kernel people made this gratuitous change and we have to keep compatibility. |