From b53844b9c1e4db452e00af78d2cb6dbb471e386b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 17 Feb 2007 17:24:23 +0000 Subject: [PATCH] Add tmpfile module, which fixes the use of the tmpfile function under Windows. --- ChangeLog | 5 +++++ Smake | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8b5d7a18..5f16e2c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 17 09:22:32 2007 Ben Pfaff + + * Smake (GNULIB_MODULES): Add tmpfile module, which fixes the use + of the tmpfile function under Windows. + Fri Feb 16 10:50:38 2007 Ben Pfaff Better support cross-compiling by using CC_FOR_BUILD and diff --git a/Smake b/Smake index 00d64d2f..d2a29f37 100644 --- a/Smake +++ b/Smake @@ -48,6 +48,7 @@ GNULIB_MODULES = \ strtol \ strtoul \ sys_stat \ + tmpfile \ unistd \ unlocked-io \ vsnprintf \ -- 2.30.2