]> granicus.if.org Git - strace/commit
mmsghdr.c: introduce do_recvmmsg
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 4 May 2019 23:15:52 +0000 (23:15 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 4 May 2019 23:15:52 +0000 (23:15 +0000)
commite426afeb0fe27883d29733ffda0ec58714d6b3bb
treed93c916d3d005a2f41c6671f5edd33384801ff92
parentb85f507e33c9dcaeb1952ec0ffa838a785dc1814
mmsghdr.c: introduce do_recvmmsg

This is going to be used to implement a parser of recvmmsg_time64
syscall.

* mmsghdr.c (do_recvmmsg): New function.
(SYS_FUNC(recvmmsg)): Turn into a thin wrapper around do_recvmmsg.
mmsghdr.c