kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse
authorRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 04:43:44 +0000 (23:43 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 04:48:23 +0000 (23:48 -0500)
commit59e46c4928243f63072996f6e98dab24d765df05
tree031c9dac4901ad6163364a1b8162a02c28a41414
parent64e1a9ca50cca461e7c6e2a4eb20a457269b6701
kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse

The kqueue file monitoring backend was misusing G_GNUC_INTERNAL for want
of 'static' in a couple of places and also using it to declare a lock
that was never used at all.

Fix those up.
gio/kqueue/kqueue-helper.c
gio/kqueue/kqueue-missing.c
gio/kqueue/kqueue-thread.c