From 0622b5275e0c739a1e115c6a5742acc63777b238 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 30 May 2008 06:36:55 +0000 Subject: [PATCH] Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in a 2008-05-30 Tor Lillqvist 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 | 8 ++++++++ glib/glib.symbols | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f99fdbc..c07a84c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-05-30 Tor Lillqvist + 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 + * 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 diff --git a/glib/glib.symbols b/glib/glib.symbols index 5759686..55278cd 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -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 -- 2.7.4