]> granicus.if.org Git - strace/commit
Move socket and ipc subcall entries to subcall.h
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 11 Jan 2015 13:56:40 +0000 (13:56 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 14:27:11 +0000 (14:27 +0000)
commit7c524f420f067a984009b5d31b80ec16edac2666
tree85f33d8172714bc15180001a53336b4eab3cbe69
parentcf4b7bba6ce2d0c23e5c708473cd5122f2baa7b9
Move socket and ipc subcall entries to subcall.h

Syscall entries for socket and ipc subcalls are the same on all
architectures, or at least they should be the same, so move them
to the single file.

* linux/subcall.h: Add syscall entries for socket and ipc subcalls.
* linux/arm/syscallent.h: Remove entries for socket and ipc subcalls.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
linux/arm/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/subcall.h