mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
2008-09-30 Behdad Esfahbod <behdad@gnome.org> Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X * glib/giounix.c (g_io_unix_read), (g_io_unix_write), (g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags), (g_io_unix_get_flags), (g_io_channel_new_file): Like mclasen says: "well, thats the way errno works..., save it or loose it". Save errno. svn path=/trunk/; revision=7565
This commit is contained in:
committed by
Behdad Esfahbod
parent
23a4ae82e5
commit
ef4d522b9b
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-09-30 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 554092 – glib doesn't return G_FILE_ERROR_NOENT et al on OS X
|
||||
|
||||
* glib/giounix.c (g_io_unix_read), (g_io_unix_write),
|
||||
(g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
|
||||
(g_io_unix_get_flags), (g_io_channel_new_file):
|
||||
Like mclasen says: "well, thats the way errno works...,
|
||||
save it or loose it". Save errno.
|
||||
|
||||
2008-09-30 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* Makefile.decl
|
||||
|
Reference in New Issue
Block a user