1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix typos in pretty much unused code in sched.h header.

This commit is contained in:
Ulrich Drepper
2011-07-18 20:19:14 -04:00
parent f9d683894d
commit 298711ffe4
3 changed files with 11 additions and 3 deletions

View File

@ -179,7 +179,7 @@ typedef struct
size_t __imax = (setsize) / sizeof (__cpu_mask); \
size_t __i; \
for (__i = 0; __i < __imax; ++__i) \
if (__bits[__i] != __bits[__i]) \
if (__arr1[__i] != __arr2[__i]) \
break; \
__i == __imax; }))
# endif