[PATCH] syscallent.h

Dmitry V. Levin ldv at altlinux.org
Fri Nov 13 15:51:37 UTC 2009


On Sat, Nov 07, 2009 at 09:21:11AM -0500, Mike Frysinger wrote:
> On Saturday 07 November 2009 08:13:42 Dmitry V. Levin wrote:
[...]
> > Yes, linux/syscallent.h is used on x86.  Also, this file is included by
> > linux/x86_64/syscallent1.h and linux/ia64/syscallent.h files.
> 
> so basically there's x86-specific files stuck in common code location ?

Yes, it could be said so.

> wouldnt it make sense to move those to an x86/ subdir then ?

To linux/i386/ then.  That would be quite a big move:

linux/x86_64/syscallent1.h:#include "../syscallent.h"
linux/x86_64/ioctlent1.h:#include "../ioctlent.h"
linux/x86_64/errnoent1.h:#include "../errnoent.h"
linux/x86_64/signalent1.h:#include "../signalent.h"
linux/ia64/syscallent.h:#include "../syscallent.h"
linux/ia64/syscallent.h:#include "../dummy.h"
linux/arm/ioctlent1.h:#include "../ioctlent.h"
linux/arm/errnoent1.h:#include "../errnoent.h"
linux/arm/signalent1.h:#include "../signalent.h"


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20091113/0d81925e/attachment.bin>


More information about the Strace-devel mailing list