strace/linux/aarch64
Dmitry V. Levin 7fa3d78319 Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Remove temporary types created for transition from long
to kernel_ulong_t.

Automatically replace kernel_scno_t and kernel_ureg_t with
kernel_ulong_t using
$ git grep -El 'kernel_(scno|ureg)_t' |
  xargs sed -ri 's/kernel_(scno|ureg)_t/kernel_ulong_t/g'

* kernel_types.h (kernel_scno_t, kernel_ureg_t): Remove.
All users updated.
2016-12-26 10:43:34 +00:00
..
arch_regs.c upeek, upoke: change argument types from long to unsigned long 2016-12-25 20:14:12 +00:00
arch_regs.h aarch64: fix compilation warnings 2015-03-05 04:10:52 +00:00
arch_sigreturn.c sigreturn.c: split arch specific code into separate arch files 2015-03-23 22:25:05 +00:00
errnoent1.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
get_error.c aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
get_scno.c Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t 2016-12-26 10:43:34 +00:00
get_syscall_args.c aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
ioctls_arch0.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
ioctls_arch1.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
ioctls_inc0.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
ioctls_inc1.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
set_error.c Implement arch specific methods of changing syscall number and error code 2016-11-16 02:33:13 +00:00
set_scno.c Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t 2016-12-26 10:43:34 +00:00
signalent1.h Cleanup auxiliary signalent files 2015-02-23 20:55:11 +00:00
syscallent1.h aarch64: swap 64-bit and 32-bit personalities 2015-12-09 01:09:11 +00:00
syscallent.h Fix numbers of syscall arguments in syscall tables 2016-02-13 00:57:00 +00:00