> "Bruno" == Bruno Haible writes:
Bruno> I updated the documentation accordingly:
Thank you.
Tom
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
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
-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
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