* Michael Kerrisk: > Why is the 'level' argument deemed unnecessary for twalk_r()? > Is it worth adding some text to say why that argument is dropped? It's possible to implement it by tracking the recursion depth using the closure object, if this information is indeed required. The glibc manual and test suite contain example code which shows how to do this. Thanks, Florian