Hi Collin, > > Since the test includes <unistd.h>, it should depend on the 'unistd' > > module. Just to make sure we don't encounter a compilation error on > > native Windows. > > Ah, okay. I thought that would only be necessary if using a function > from <unistd.h> or macros like SEEK_*, *_FILENO, etc.
You can look up the actual problems in detail in the Gnulib documentation. In this case, for example, doc/posix-headers/unistd.texi describes what you can expect from a platform's <unistd.h> and what you cannot expect. Bruno