[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <534D375E.7070308@manux.info>
Date: Tue, 15 Apr 2014 15:42:54 +0200
From: Emmanuel Colbus <ecolbus@...ux.info>
To: linux-kernel@...r.kernel.org
Subject: [RFC][4/11][MANUX] Kernel compatibility : ioctl(2)
Continuing with syscalls, I would like to indicate you a modification
I've done with regards to ioctl's. The thing is, I have had the need for
ioctl's that return *file descriptors*, instead of standard return codes.
To distinguish them from the others, I have given them identifiers that
are superior or equal to 0x80000000 (when unsigned, negative when
signed). Of course, Linux will reject them, but that's fine, these are
low-level OS-dependant ioctl's that aren't supposed to be compatible.
Do you have any objection or remark regarding this?
Thanks!
Emmanuel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists