Add tmpfile module, which fixes the use of the tmpfile function under
authorBen Pfaff <blp@gnu.org>
Sat, 17 Feb 2007 17:24:23 +0000 (17:24 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 17 Feb 2007 17:24:23 +0000 (17:24 +0000)
Windows.

ChangeLog
Smake

index 8b5d7a18001d93e5e79117af7501dc08e9948c6f..5f16e2c1b5f015bdf2832322238f7f13d286df11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 17 09:22:32 2007  Ben Pfaff  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
 
        Better support cross-compiling by using CC_FOR_BUILD and
diff --git a/Smake b/Smake
index 00d64d2ff1dae4c48b551e43517efed8698cfd78..d2a29f376541b7b1239ce68cbededa5465659926 100644 (file)
--- a/Smake
+++ b/Smake
@@ -48,6 +48,7 @@ GNULIB_MODULES = \
        strtol \
        strtoul \
        sys_stat \
+       tmpfile \
        unistd \
        unlocked-io \
        vsnprintf \