]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS
authorHelge Deller <deller@gmx.de>
Wed, 7 Dec 2016 19:31:46 +0000 (11:31 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jan 2017 02:14:10 +0000 (18:14 -0800)
commit405b49150425a3570de4eab99870498d14712b11
tree4bff7f7b7a1281746eb4424e244c1bdb7df325d3
parent8cb762fe013a4368fc7aa2eba27c44033ec310e0
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS

Mirror syscall_defs.h for the element type of struct timeval
and struct timespec, even though that's not 100% accurate for
each guest.

Signed-off-by: Helge Deller <deller@gmx.de>
[rth: Changed the MK_ARRAY types as per above; added ioctl.h entries.]
Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/ioctls.h
linux-user/syscall_defs.h
linux-user/syscall_types.h