Implement correctly also on Unix systems without lstat(). (#157038, Morten

2004-11-01  Tor Lillqvist  <tml@iki.fi>

	* glib/gstdio.c (g_lstat): Implement correctly also on Unix
	systems without lstat(). (#157038, Morten Welinder)
This commit is contained in:
Tor Lillqvist
2004-11-01 19:58:52 +00:00
committed by Tor Lillqvist
parent 0a5580d822
commit f171eae2e6
6 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix
systems without lstat(). (#157038, Morten Welinder)
2004-11-01 Ray Strode <rstrode@redhat.com>
* glib/gkeyfile.c: