mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Don't export the inotify lock
svn path=/trunk/; revision=5992
This commit is contained in:
parent
c40ead97eb
commit
7c0e098f4e
@ -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:
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user