]> code.delx.au - gnu-emacs/commit
Implement mkostemp for MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Aug 2013 15:32:12 +0000 (18:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Aug 2013 15:32:12 +0000 (18:32 +0300)
commit63f5c6c20d393e05d517c5c02155d03694c41291
treef235a55d7df58f964538d350ae1cc6da8afa51fe
parent1d44e9dcad7b0e4d884287288895916718bbd663
Implement mkostemp for MS-Windows.

 nt/mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
 nt/inc/ms-w32.h (mkostemp): Declare prototype.
 nt/config.nt (HAVE_MKOSTEMP): Define to 1.

 src/w32.c (mkostemp): New function.
 (mktemp): Remove, no longer used.  Most of the code reused in mkostemp.

Fixes: debbugs:15015
nt/ChangeLog
nt/config.nt
nt/inc/ms-w32.h
nt/mingw-cfg.site
src/ChangeLog
src/w32.c