This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kotan
Recipients Kotan, amaury.forgeotdarc, brian.curtin, loewis, pitrou, tim.golden
Date 2010-11-20.20:14:53
SpamBayes Score 0.4142461
Marked as misclassified No
Message-id <1290284094.97.0.724483064271.issue10469@psf.upfronthosting.co.za>
In-reply-to
Content
c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h

The content of my errno.h:

...
#define EILSEQ          42
#define STRUNCATE       80
#endif
#endif

/* Support EDEADLOCK for compatibility with older MS-C versions */
#define EDEADLOCK       EDEADLK

/* POSIX SUPPLEMENT */
#define EADDRINUSE      100
#define EADDRNOTAVAIL   101
...
History
Date User Action Args
2010-11-20 20:14:55Kotansetrecipients: + Kotan, loewis, amaury.forgeotdarc, pitrou, tim.golden, brian.curtin
2010-11-20 20:14:54Kotansetmessageid: <1290284094.97.0.724483064271.issue10469@psf.upfronthosting.co.za>
2010-11-20 20:14:53Kotanlinkissue10469 messages
2010-11-20 20:14:53Kotancreate