Re: [patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Roland McGrath
The __GLIBC__ uses look like: #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) That block does not affect any extant glibc, so we don't care if you remove those conditions. Any non-glibc users of thes headers might care, since they are the ones affected. TGhe __USE_ALL

Re: [patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Ingo Molnar
* Mike Frysinger <[EMAIL PROTECTED]> wrote: > Some arches (like alpha and ia64) already have a clean posix_types.h > header. This brings all the others in line by removing all references > to __GLIBC__ (and some undocumented __USE_ALL). i guess this should go in via -mm, as it affects all

[patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Mike Frysinger
Some arches (like alpha and ia64) already have a clean posix_types.h header. This brings all the others in line by removing all references to __GLIBC__ (and some undocumented __USE_ALL). Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- asm-arm/posix_types.h |6 +-

[patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Mike Frysinger
Some arches (like alpha and ia64) already have a clean posix_types.h header. This brings all the others in line by removing all references to __GLIBC__ (and some undocumented __USE_ALL). Signed-off-by: Mike Frysinger [EMAIL PROTECTED] --- asm-arm/posix_types.h |6 +-

Re: [patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Ingo Molnar
* Mike Frysinger [EMAIL PROTECTED] wrote: Some arches (like alpha and ia64) already have a clean posix_types.h header. This brings all the others in line by removing all references to __GLIBC__ (and some undocumented __USE_ALL). i guess this should go in via -mm, as it affects all

Re: [patch] asm-*/posix_types.h: scrub __GLIBC__

2008-01-02 Thread Roland McGrath
The __GLIBC__ uses look like: #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ 2) That block does not affect any extant glibc, so we don't care if you remove those conditions. Any non-glibc users of thes headers might care, since they are the ones affected. TGhe __USE_ALL