On Wed, 17 Jun 2009 00:01:59 +0200 Casper.Dik at Sun.COM wrote: > >presumably solaris -u could fail in the creat/unlink steps that gnu bypasses > > > >the ksh mktemp builtin -u implementation follows the solaris docs
> Well, actually: > if (dounlink) > (void) unlink(tmpl); > > I would need to read the GNU code before I know what it does. ok, I will comment one more time I read the docs and not code and assumed that system calls could not be (void)'d