Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in a
authorTor Lillqvist <tml@novell.com>
Fri, 30 May 2008 06:36:55 +0000 (06:36 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 30 May 2008 06:36:55 +0000 (06:36 +0000)
2008-05-30  Tor Lillqvist  <tml@novell.com>

Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not
in a function)

* glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
|| defined(G_STDIO_NO_WRAP_ON_UNIX).

svn path=/trunk/; revision=6963

ChangeLog
glib/glib.symbols

index f99fdbc..c07a84c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-05-30  Tor Lillqvist  <tml@novell.com>
 
+       Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in
+       a function)
+
+       * glib/glib.symbols: Move g_utime inside #if !defined(G_OS_UNIX)
+       || defined(G_STDIO_NO_WRAP_ON_UNIX).
+
+2008-05-30  Tor Lillqvist  <tml@novell.com>
+
        * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem
        on Vista. X_OK was just ignored by access() in earlier Microsoft C
        libraries. (Which is fine as executability has little meaning on
index 5759686..55278cd 100644 (file)
@@ -1085,12 +1085,12 @@ g_lstat
 g_remove
 g_fopen
 g_freopen
+g_utime
 #endif
 g_access
 g_chdir
 g_unlink
 g_rmdir
-g_utime
 #endif
 #endif