Re: dirfd prototype

2009-12-20 Thread Jim Meyering
Eric Blake wrote: > According to Jim Meyering on 12/19/2009 5:46 PM: >>> -extern int dirfd (DIR const *dir) _GL_ARG_NONNULL ((1)); >>> +extern int dirfd (DIR *dir) _GL_ARG_NONNULL ((1)); >> >> Do you know of any dirfd implementation that actually modifies the >> pointed-to buffer? I do not, and c

Re: _GL_ARG_NONNULL

2009-12-20 Thread Simon Josefsson
Bruno Haible writes: > Hi Simon, > >> git clone git://git.savannah.gnu.org/libidn.git >> cd libidn >> gnulib-tool --import > > Indeed, I reproduce. The reason is that the module 'arg-nonnull' ends up > among the main modules, not the tests modules. But the tests modules need > it as well. We have