Re: [PATCH 6/7] remove all remaining _syscallX macros
From: Arnd Bergmann <arnd@arndb.de>
Date: 2006-08-28 08:09:45
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2006-08-28 08:09:45
Also in:
lkml
On Monday 28 August 2006 09:46, Arjan van de Ven wrote:
we or the (g)libc headers ?
I don't think having libc do it. In order to use these macros, you always had to #include <linux/unistd.h> or <asm/unistd.h>. Putting the headers into a libc file means that user code would need to change its includes, when it really should just use <sys/syscall.h>. Changing the libc copy of asm/unistd.h is against our current plan to get to a point where `make headers_install' gets you a working tree. _If_ we want to have it in there, it needs to be in the kernel source. Arnd <><