mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	gmain: Indicate atomic fields with a comment
This commit is contained in:
		| @@ -327,7 +327,7 @@ struct _GChildWatchSource | ||||
| #ifdef G_OS_WIN32 | ||||
|   GPollFD     poll; | ||||
| #else /* G_OS_WIN32 */ | ||||
|   gboolean    child_exited; | ||||
|   gboolean    child_exited; /* (atomic) */ | ||||
| #endif /* G_OS_WIN32 */ | ||||
| }; | ||||
|  | ||||
| @@ -335,7 +335,7 @@ struct _GUnixSignalWatchSource | ||||
| { | ||||
|   GSource     source; | ||||
|   int         signum; | ||||
|   gboolean    pending; | ||||
|   gboolean    pending; /* (atomic) */ | ||||
| }; | ||||
|  | ||||
| struct _GPollRec | ||||
|   | ||||
		Reference in New Issue
	
	Block a user