Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Remove unnecessary errno
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 10, 2011
1 parent 808bb8e commit 6d5ba42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uv.h
Expand Up @@ -99,7 +99,6 @@ typedef intptr_t ssize_t;
XX( 27, ENOTDIR, "not a directory") \
XX( 28, EISDIR, "illegal operation on a directory") \
XX( 29, ENONET, "machine is not on the network") \
XX( 30, ENOPROTOOPT, "bad proocol option") \
XX( 31, ENOTCONN, "socket is not connected") \
XX( 32, ENOTSOCK, "socket operation on non-socket") \
XX( 33, ENOTSUP, "operation not supported on socket") \
Expand Down

0 comments on commit 6d5ba42

Please sign in to comment.