[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Network interfaces



On 05/11/2014 23:22, Jo Even Skarstein wrote:
How does this ioctl call translate to GEMDOS calls?

Look there:
http://sparemint.atariforge.net/cgi-bin/cvsweb/mintlib/unix/ioctl.c?rev=1.15&content-type=text/x-cvsweb-markup

It goes straight to Fcntl().

/* first try the systemcall */
r = Fcntl(fd, arg, cmd);

--
Vincent Rivière