[PATCH] fixincludes: vxworks: remove unnecessary parentheses in ioctl wrapper macro

Bruce Korb bkorb@gnu.org
Mon Sep 3 15:25:00 GMT 2018


On Mon, Sep 3, 2018 at 2:46 AM Olivier Hainque <hainque@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"? :)



More information about the Gcc-patches mailing list