Re: [Qemu-devel] [PATCH v2 2/5] linux-user: Add support for the SIOCSPGRP ioctl

2019-04-25 Thread Max Filippov
On Wed, Apr 24, 2019 at 5:58 AM Aleksandar Markovic wrote: > > From: Aleksandar Markovic > > Add support for setting the process (or process group) to receive SIGIO > or SIGURG signals when I/O becomes possible or urgent data is available, > using SIOCSPGRP ioctl. > > The ioctl numeric values for

[Qemu-devel] [PATCH v2 2/5] linux-user: Add support for the SIOCSPGRP ioctl

2019-04-24 Thread Aleksandar Markovic
From: Aleksandar Markovic Add support for setting the process (or process group) to receive SIGIO or SIGURG signals when I/O becomes possible or urgent data is available, using SIOCSPGRP ioctl. The ioctl numeric values for SIOCSPGRP are platform-dependent and are determined by following files in