Don't export the inotify lock

svn path=/trunk/; revision=5992
This commit is contained in:
Matthias Clasen 2007-11-29 03:39:01 +00:00
parent c40ead97eb
commit 7c0e098f4e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-28 Matthias Clasen <mclasen@redhat.com>
* inotify/inotify-helper.c: Don't export the lock from libgio.
2007-11-28 Matthias Clasen <mclasen@redhat.com> 2007-11-28 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: * Makefile.am:

View File

@ -68,7 +68,7 @@ static void ih_not_missing_callback (inotify_sub *sub);
* *
* We take the lock in all public functions * 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); static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask);