unix, windows: fix EAGAIN error message

This commit is contained in:
Ben Noordhuis 2012-11-01 14:03:38 +01:00
parent 97c527ac43
commit 0d5d6504e5

View File

@ -76,7 +76,7 @@ extern "C" {
XX( 1, EOF, "end of file") \
XX( 2, EADDRINFO, "getaddrinfo error") \
XX( 3, EACCES, "permission denied") \
XX( 4, EAGAIN, "no more processes") \
XX( 4, EAGAIN, "resource temporarily unavailable") \
XX( 5, EADDRINUSE, "address already in use") \
XX( 6, EADDRNOTAVAIL, "") \
XX( 7, EAFNOSUPPORT, "") \