]> granicus.if.org Git - strace/commit
x32: update {g,s}etsockopt syscall numbers
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Aug 2012 15:56:15 +0000 (11:56 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 24 Aug 2012 12:18:48 +0000 (12:18 +0000)
commitf04b5de5a5a743f0b3ca0895379dd2ba702ea174
treea344233d667fb67f77b62e3d16c3919e8219a9ae
parentad232c6aa0c2a07830d61dc4b9912478634b23b5
x32: update {g,s}etsockopt syscall numbers

Starting with linux 3.6 (and backported to earlier kernels), these two
syscalls have changed numbers (moving from native to compat entry points).
Update the strace syscall list accordingly.

* linux/x32/syscallent.h: Move setsockopt from 54 to 541, and move
getsockopt from 55 to 542.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
linux/x32/syscallent.h