commit | 6b6a55c2b4d2643ca0ee669a5bb3f42b6c98f107 | [log] [tgz] |
---|---|---|
author | Elvira Khabirova <lineprinter0@gmail.com> | Tue Aug 04 02:16:20 2015 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Aug 28 08:46:23 2015 +0000 |
tree | d029bf32ea28d7d8076639d1bc85fcd068ca045a | |
parent | 78e48eb4304656307fb00ee6078c68a44404e852 [diff] |
Mpersify parser of utime syscall Fix multiple personalities support in parser of utime syscall by using mpersified utimbuf_t typedef. * utime.c (utimbuf_t): New typedef. Mpersify it. (sys_utime): Use it instead of a locally defined union.