Make mapping of empty files work. (#321530)

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

        * glib/gmappedfile.c: Make mapping of empty files
        work.  (#321530)
This commit is contained in:
Matthias Clasen
2005-12-03 06:44:02 +00:00
committed by Matthias Clasen
parent 9f4e58980d
commit d87c91a396
4 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
2005-12-03 Matthias Clasen <mclasen@redhat.com>
* glib/gmappedfile.c: Make mapping of empty files
work. (#321530)
* glib/gfileutils.c: Don't fork a new process just to
fix the permissions of the created temp file. (#321318,
Alexis S. L. Carvalho)