On Mon, Sep 3, 2018 at 2:46 AM Olivier Hainque <hain...@adacore.com> wrote: > > - "#define ioctl(fd, func, arg) (ioctl)(fd, func, (int)(arg))\n"; > > + "#define ioctl(fd, func, arg) ioctl(fd, func, (int)(arg))\n"; > > ok by me, thanks.
Shouldn't this qualify as "trivial"? :)