mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
Fix typos in pretty much unused code in sched.h header.
This commit is contained in:
parent
f9d683894d
commit
298711ffe4
@ -1,3 +1,11 @@
|
|||||||
|
2011-07-18 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
|
||||||
|
|
||||||
|
2011-07-15 Marek Polacek <mpolacek@redhat.com>
|
||||||
|
|
||||||
|
* bits/sched.h (__CPU_EQUAL_S): Fix a typo.
|
||||||
|
|
||||||
2011-07-18 Ulrich Drepper <drepper@gmail.com>
|
2011-07-18 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* po/nl.po: Update from translation team.
|
* po/nl.po: Update from translation team.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Definitions of constants and data structure for POSIX 1003.1b-1993
|
/* Definitions of constants and data structure for POSIX 1003.1b-1993
|
||||||
scheduling interface.
|
scheduling interface.
|
||||||
Copyright (C) 1996-1999,2001-2003,2005,2006,2007,2008,2009
|
Copyright (C) 1996-1999,2001-2003,2005,2006,2007,2008,2009,2011
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ typedef struct
|
|||||||
size_t __imax = (setsize) / sizeof (__cpu_mask); \
|
size_t __imax = (setsize) / sizeof (__cpu_mask); \
|
||||||
size_t __i; \
|
size_t __i; \
|
||||||
for (__i = 0; __i < __imax; ++__i) \
|
for (__i = 0; __i < __imax; ++__i) \
|
||||||
if (__bits[__i] != __bits[__i]) \
|
if (__arr1[__i] != __arr2[__i]) \
|
||||||
break; \
|
break; \
|
||||||
__i == __imax; }))
|
__i == __imax; }))
|
||||||
# endif
|
# endif
|
||||||
|
@ -179,7 +179,7 @@ typedef struct
|
|||||||
size_t __imax = (setsize) / sizeof (__cpu_mask); \
|
size_t __imax = (setsize) / sizeof (__cpu_mask); \
|
||||||
size_t __i; \
|
size_t __i; \
|
||||||
for (__i = 0; __i < __imax; ++__i) \
|
for (__i = 0; __i < __imax; ++__i) \
|
||||||
if (__bits[__i] != __bits[__i]) \
|
if (__arr1[__i] != __arr2[__i]) \
|
||||||
break; \
|
break; \
|
||||||
__i == __imax; }))
|
__i == __imax; }))
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user