mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Another possible error code clash, yay
This commit is contained in:
		@@ -1032,7 +1032,7 @@ g_strerror (gint errnum)
 | 
			
		||||
#if defined(EDEADLK) && (!defined(EWOULDBLOCK) || (EDEADLK != EWOULDBLOCK))
 | 
			
		||||
    case EDEADLK: return "resource deadlock avoided";
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef EDEADLOCK
 | 
			
		||||
#if defined(EDEADLOCK) && (!defined(EDEADLK) || (EDEADLOCK != EDEADLK))
 | 
			
		||||
    case EDEADLOCK: return "resource deadlock avoided";
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef EDESTADDRREQ
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user