This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: VxWorks Patches Back from the Dead!


Il 23/08/2012 10:35, Jay Foad ha scritto:
>> > This can be simply
>> >
>> > #define ioctl(fd, func, arg) ioctl(fd, func, (int)arg)
> "(int)(arg)", surely.

Right, only the other parentheses are unnecessary. (Cut-and-paste mistake).

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]