mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 21:33:30 +02:00
Don't export the inotify lock
svn path=/trunk/; revision=5992
This commit is contained in:
@@ -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>
|
||||
|
||||
* Makefile.am:
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user