tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ioctl(2) vs sys/ioctl.h
In article <20101219200631.GC14898%falu.nl@localhost>, Rhialto
<rhialto%falu.nl@localhost> wrote:
>On Sun 19 Dec 2010 at 19:32:49 +0000, David Laight wrote:
>> I suspect the only form that will work is soemthing like:
>>
>> int ioctl(int, unsigned long, void *);
>> #define ioctl(fd, cmd, arg) ioctl(fd, cmd, (void *)(intptr_t)(arg))
>
>Easier: the aforementioned constant FLUSHR (and all others) can be
>defined as ((void *)1234) (for appropriate values of 1234).
>
>However, we don't have streams, so no streams ioctls, which makes the
>point moot, at least for the given example.
Ok, how about *all* the examples in ioctl(2)? :-)
christos
Home |
Main Index |
Thread Index |
Old Index