Skip to content

Commit 0a216f5

Browse files
committed
Allow different error message for errno 58
Apparently this is EDEADLOCK on some systems.
1 parent d1be10d commit 0a216f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/socket_strerror.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ string(13) "Exchange full"
7979
string(8) "No anode"
8080
string(20) "Invalid request code"
8181
string(12) "Invalid slot"
82-
string(16) "Unknown error 58"
82+
string(%d) "%s"
8383
string(20) "Bad font file format"
8484
string(19) "Device not a stream"
8585
string(17) "No data available"

0 commit comments

Comments
 (0)