public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][4/11][MANUX] Kernel compatibility : ioctl(2)
@ 2014-04-15 13:42 Emmanuel Colbus
  2014-04-15 15:00 ` One Thousand Gnomes
  0 siblings, 1 reply; 5+ messages in thread
From: Emmanuel Colbus @ 2014-04-15 13:42 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-15 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 13:42 [RFC][4/11][MANUX] Kernel compatibility : ioctl(2) Emmanuel Colbus
2014-04-15 15:00 ` One Thousand Gnomes
2014-04-15 16:00   ` Emmanuel Colbus
2014-04-15 16:05     ` One Thousand Gnomes
2014-04-15 16:32       ` Emmanuel Colbus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox