g_file_set_contents: change {posix_ => }fallocate
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Jun 2013 02:55:20 +0000 (22:55 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Jun 2013 02:55:20 +0000 (22:55 -0400)
commitc828aef014082c06f6a697ef4d0b92054d82b727
tree34bfd57debcafef7fa633ca95febd99106c3572c
parentfc98c13fdec0e5ea7d8827be0eb1f1add31ad946
g_file_set_contents: change {posix_ => }fallocate

Use fallocate() instead of posix_fallocate() so that we just fail
instead of getting the emulated version from the libc.

https://bugzilla.gnome.org/show_bug.cgi?id=701560
configure.ac
glib/gfileutils.c