From 03ebadd9eaa4663f58bd3fa6fe8283f255925632 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Nov 2009 10:03:46 -0800 Subject: Avoid warnings in CPU_* macros when using const bitsets. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf57a52..9dda77f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-11-19 Ulrich Drepper + [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. -- cgit v1.1