Skip to content
Prev 33673 / 63424 Next

header containing (PR#13834)

Thank you, that's a plausible explanation and probably also explains 
PR#13899.

However, it's not listed by POSIX (not even a 'may fail') at
http://www.opengroup.org/onlinepubs/009695399/functions/mkdir.html
and nor is it described on man -s2 mkdir on my Solaris 10 system, so 
it is not surprising that we didn't know about it.

My slight concern is that ENOSYS might not be defined on some other 
OS, but I've not found one and POSIX requires it.
On Thu, 20 Aug 2009, mrg at fhcrc.org wrote:

            
It is supposed to mean 'function not implemented'.