summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-30 06:36:55 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-30 06:36:55 +0000
commit0622b5275e0c739a1e115c6a5742acc63777b238 (patch)
tree3ee055fd169810ffe7121c7851a22574b461e367
parent87bc41714fe3fcb66083fe0fe40602f2bf77cb0b (diff)
Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in a
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
-rw-r--r--ChangeLog8
-rw-r--r--glib/glib.symbols2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f99fdbca9..c07a84c05 100644
--- 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
diff --git a/glib/glib.symbols b/glib/glib.symbols
index 57596863f..55278cd39 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