Paul Eggert wrote on 2006-03-08:
> I installed these I-hope-obvious improvements to the unistd module.
> I didn't touch the modules Bruno maintains, which might also benefit
> from the unistd module.
Thanks. This 'unistd' module is the best invention since .
I'm applying the same change to all mod
Paul Eggert <[EMAIL PROTECTED]> writes:
> I installed these I-hope-obvious improvements to the unistd module.
Thanks!
> (unistd.h): Create using 'echo' rather than 'cp', so that we don't
> need unistd_.h.
That seem fine for now, although having an empty unistd.h may be
useful for pl
Simon Josefsson <[EMAIL PROTECTED]> writes:
> The file could also be useful if some systems lack prototypes for
> unistd.h functions, or put the prototypes in other files.
Yes, I suppose that's true. Hadn't thought of it; I'm so used to code
that puts the #include inside an #ifdef. I guess we c
I installed these I-hope-obvious improvements to the unistd module.
I didn't touch the modules Bruno maintains, which might also benefit
from the unistd module.
2006-03-07 Paul Eggert <[EMAIL PROTECTED]>
* MODULES.html.sh (Support for systems lacking POSIX:2001):
Add unistd.