bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tempname: Depend on 'mkdir'


From: Bruno Haible
Subject: tempname: Depend on 'mkdir'
Date: Fri, 05 Oct 2018 18:41:44 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-137-generic; KDE/5.18.0; x86_64; ; )

Hi,

In <https://savannah.gnu.org/bugs/?33379> it was reported that on old
mingw versions, which did not have the 'mkdir' function, a trivial
implementation of 'mkdir' in terms of '_mkdir' is needed in tempname.c.

This patch fixes it.


2018-10-05  Bruno Haible  <address@hidden>

        tempname: Depend on 'mkdir'.
        Reported by Maarten Bosmans <address@hidden>
        at <https://savannah.gnu.org/bugs/?33379>.
        * modules/tempname (Depends-on): Add 'mkdir'.

diff --git a/modules/tempname b/modules/tempname
index d5218ee..fa91ed3 100644
--- a/modules/tempname
+++ b/modules/tempname
@@ -12,6 +12,7 @@ extensions
 fcntl-h
 gettimeofday
 lstat
+mkdir
 stdint
 sys_stat
 sys_time




reply via email to

[Prev in Thread] Current Thread [Next in Thread]