Port g_mutex_new to use GSlice
authorRyan Lortie <desrt@desrt.ca>
Sat, 17 Sep 2011 21:59:03 +0000 (17:59 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:49 +0000 (16:06 -0400)
commit22b3e26034017f19c81a3f2bfa7e9c8ec5a690a8
tree4f3ead7a88783cd35960a0ac6db0fb4749f5bef9
parentcf26a6fc32e32bd71d4652245257477ae34d9a15
Port g_mutex_new to use GSlice

Now that nothing inside of GLib is using g_mutex_new, we can implement
it using GSlice.  Since the implementations for POSIX and Windows are
now the same, move it to gthread.c.
glib/gthread-posix.c
glib/gthread-win32.c
glib/gthread.c