]> granicus.if.org Git - strace/commit
Mpersify parser of sysinfo syscall
authorElvira Khabirova <lineprinter0@gmail.com>
Mon, 3 Aug 2015 03:27:48 +0000 (06:27 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 28 Aug 2015 08:46:23 +0000 (08:46 +0000)
commit0ec7e211558bd83899148b4e1428566798fd4226
tree03c46698bc33e610f409f0ab8fb18fef3659e455
parentd0a61871c8c591505a60f244f4e7be40b28dfc9b
Mpersify parser of sysinfo syscall

Fix multiple personalities support in parser of sysinfo syscall by
mpersifying struct sysinfo.

* sysinfo.c (sysinfo_t): New typedef.  Mpersify it.
(sys_sysinfo): Use it instead of struct sysinfo.
sysinfo.c