Re: [PATCH] Include for mkostemp and mkostemps on OS X

2018-10-01 Thread Tom Tromey
> "Bruno" == Bruno Haible writes: Bruno> I updated the documentation accordingly: Thank you. Tom

Re: [PATCH] Include for mkostemp and mkostemps on OS X

2018-10-01 Thread Bruno Haible
Tom Tromey wrote: > diff --git a/ChangeLog b/ChangeLog > index 8ef956b36..67091fb1e 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,8 @@ > +2018-10-01 Tom Tromey > + > + * lib/stdlib.in.h: Include for mkostemp and mkostemps > + on OS X. > + T

[PATCH] Include for mkostemp and mkostemps on OS X

2018-10-01 Thread Tom Tromey
Attempting to use the mkostemp module in gdb caused a build failure when using the C++ namespace feature, because mkostemp was not declared. On OS X, mkostemp is declared in unistd.h, so this patch extends the existing special case in stdlib.in.h to cover mkostemp and mkostemps. --- ChangeLog

Re: mkostemps

2009-11-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 11/4/2009 7:18 PM: > According to Eric Blake on 11/2/2009 4:18 PM: >> Now that glibc 2.11 offers mkostemps, we should too. Any objections to this >> patch series? > > No comments, so I went ahead and p

mkostemps

2009-11-02 Thread Eric Blake
Now that glibc 2.11 offers mkostemps, we should too. Any objections to this patch series? Eric Blake (3): tempname: resync from glibc This patch conflicts with coreutils' local override of tempname.c, so I'm also working on a coreutils followup patch to fix things once coreuti