[PATCH] libc++: Use correct mktemp template

Howard Hinnant hhinnant at apple.com
Thu Apr 25 09:10:46 PDT 2013


On Apr 25, 2013, at 8:45 AM, İsmail Dönmez <ismail at donmez.ws> wrote:

> Hi,
> 
> mktemp(3) on Linux needs the template as "XXXXXX" as in 6-Xs. The current code uses 4-Xs and results in failure with fstream tests.
> 
> Attached patch fixes this, no new tests since its already covered by fstream tests.
> 
> Regards,
> ismail
> 
> <libcxx-mktemp.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Committed revision 180267.

Howard





More information about the cfe-commits mailing list