Kernel prepatch 3.11-rc4
Kernel prepatch 3.11-rc4
Posted Aug 10, 2013 11:15 UTC (Sat) by kleptog (subscriber, #1183)In reply to: Kernel prepatch 3.11-rc4 by khim
Parent article: Kernel prepatch 3.11-rc4
I had a look and indeed, open(2) is implemented quite differently from what I expected. It implements error checking on the arguments and there's even a (not very well documented) __errordecl() function which allows you to add new error messages to gcc. I can probably find a use for that.
Thanks for the tip.
