From 7c0e098f4e33397d2dca8706dd35ec32294b4adb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Nov 2007 03:39:01 +0000 Subject: [PATCH] Don't export the inotify lock svn path=/trunk/; revision=5992 --- gio/ChangeLog | 4 ++++ gio/inotify/inotify-helper.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 6b3c25c3e..b184e1ecc 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Matthias Clasen + + * inotify/inotify-helper.c: Don't export the lock from libgio. + 2007-11-28 Matthias Clasen * Makefile.am: diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 727337742..135cedf15 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -68,7 +68,7 @@ static void ih_not_missing_callback (inotify_sub *sub); * * We take the lock in all public functions */ -G_LOCK_DEFINE (inotify_lock); +G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock); static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask);