Re: [PATCH 0/4] Unexport several headers and cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kirill A. Shutemov
Date: Tuesday, October 30, 2007 - 6:50 am

On [Tue, 30.10.2007 08:47], David Woodhouse wrote:
=20
nger

I have rebuilt gdb-6.6 on x86_64. Ok.

Also, it fix building directfb on ARM. ;)
=20

It's bad idea. Taken from directfb:

#if HAVE_ASM_PAGE_H
#include <asm/page.h>
#else
#define PAGE_SIZE   sysconf( _SC_PAGESIZE )
#endif

Other application can use something like this. I think we should drop
empty headers.

--=20
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + Velesys LLC, http://www.velesys.com/
 + ALT Linux Team, http://www.altlinux.com/
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Unexport several headers and cleanup, Kirill A. Shutemov, (Tue Oct 30, 4:02 am)
[PATCH 1/4] Unexport asm/page.h, Kirill A. Shutemov, (Tue Oct 30, 4:02 am)
[PATCH 2/4] Unexport asm/elf.h, Kirill A. Shutemov, (Tue Oct 30, 4:02 am)
[PATCH 3/4] Unexport asm/user.h and linux/user.h, Kirill A. Shutemov, (Tue Oct 30, 4:02 am)
[PATCH 4/4] Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL ..., Kirill A. Shutemov, (Tue Oct 30, 4:02 am)
Re: [PATCH 0/4] Unexport several headers and cleanup, David Woodhouse, (Tue Oct 30, 5:47 am)
Re: [PATCH 0/4] Unexport several headers and cleanup, Kirill A. Shutemov, (Tue Oct 30, 6:50 am)
Re: [PATCH 0/4] Unexport several headers and cleanup, David Woodhouse, (Tue Oct 30, 7:25 am)