Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-18 02:27:08 +0300
committerBert Belder <bertbelder@gmail.com>2011-01-18 06:58:30 +0300
commit0eb4c2157da0ff3a429a89badce91f4f3598af60 (patch)
tree01b27eb7269916fd04634e49da573f518bc0b466 /TODO.win32
parentc99962e4cdef1dfc87c5337de9dbde14df39c9a3 (diff)
Define winsock error numbers
Diffstat (limited to 'TODO.win32')
-rw-r--r--TODO.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.win32 b/TODO.win32
index 54162c82086..ff2daa1cad6 100644
--- a/TODO.win32
+++ b/TODO.win32
@@ -55,9 +55,6 @@
If socket() fails it returns -1 so _open_osfhandle fails as well, but and we'll always return/throw EBADF.
If _open_osfhandle fails but socket doesn't, a stray handle is left open. It should be fixed.
-- Check error number mappings.
- Winsock errnos are sometimes different. Subtracting WSABASEERR from errnos works in most cases.
-
- Think about `make install`
- Extensions