aboutsummaryrefslogtreecommitdiff
path: root/compat/mkstemps.c
Commit message (Collapse)AuthorAge
* Move gitmkstemps to path.cMatthieu Moy2010-02-22
| | | | | | | | This function used to be only a compatibility function, but we're going to extend it and actually use it, so make it part of Git. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-31
mkstemps() is a BSD extension so provide an implementation for cross-platform use. Signed-off-by: David Aguilar <davvid@gmail.com> Tested-by: Johannes Sixt <j6t@kdbg.org> (Windows) Signed-off-by: Junio C Hamano <gitster@pobox.com>