Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jun 2005 03:38:32 +0000 (03:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 25 Jun 2005 03:38:32 +0000 (03:38 +0000)
commit748c2302056a6f447aa2aac4a181d42281624bdd
tree0c704807b6e2e7ffe5bfeb0a493741609b74bfeb
parent132e20bcb634d97f3adaf7094c09da316c7ff3e7
Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad

2005-06-24  Matthias Clasen  <mclasen@redhat.com>

Add an mmap() wrapper called GMappedFile. (#148218,
David Schleef, Behdad Esfahbod)

* glib/gmappedfile.[hc]: New files.

* configure.in: Check for mmap.

* glib/Makefile.am: Add new files.

* glib/glib.symbols: Add new functions.

* glib/glib.h: Include gmappedfile.h

* tests/mapping-test.c: Tests for GMappedFile.

* tests/Makefile.am: Add new file.
16 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/Makefile.am
glib/glib.h
glib/glib.symbols
glib/gmappedfile.c [new file with mode: 0644]
glib/gmappedfile.h [new file with mode: 0644]
po/ChangeLog
po/POTFILES.in
tests/Makefile.am
tests/mapping-test.c [new file with mode: 0644]