Another possible error code clash, yay

This commit is contained in:
Matthias Clasen 2009-07-10 13:11:28 -04:00
parent c23536cefe
commit 91925d2cf0

View File

@ -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