Yoann Vandoorselaere wrote: > I guess mkdir could use the original malloc implementation, returning an > error on allocation failure. Or is that a problem?
Sounds ok to me: There is no reason why a system call replacement like mkdir() should not report its allocation failures through -1/ENOMEM. Care to provide a patch that is acceptable to Jim? Bruno