Don't fork a new process just to fix the permissions of the created temp

2005-12-03  Matthias Clasen  <mclasen@redhat.com>

	* glib/gfileutils.c: Don't fork a new process just to
	fix the permissions of the created temp file.  (#321318,
	Alexis S. L. Carvalho)
This commit is contained in:
Matthias Clasen
2005-12-03 06:10:52 +00:00
committed by Matthias Clasen
parent d1379dbdf8
commit 1fe373b279
4 changed files with 56 additions and 147 deletions

View File

@@ -1,3 +1,9 @@
2005-12-03 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c: Don't fork a new process just to
fix the permissions of the created temp file. (#321318,
Alexis S. L. Carvalho)
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about Solaris threads.