]> granicus.if.org Git - libevent/commit
Use the _func() replacements for open, fstat, etc in evutil.c on win32
authorNick Mathewson <nickm@torproject.org>
Thu, 2 Sep 2010 15:10:50 +0000 (11:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Sep 2010 17:13:28 +0000 (13:13 -0400)
commite50c0fcc85245881eb67dacb5f5e54e0b2482655
treedfe583798ceddae1ece694f6d581b01c05a55338
parentacc4aca49e246a46e03f8978517c9b3d23b1baea
Use the _func() replacements for open, fstat, etc in evutil.c on win32

Remember that in a fit of ANSI C compliance, Microsoft decided to
screw portability by renaming basically all the functions in unistd.h to
get prefixed with an understore.

For some reason, mingw didn't seem to mind, but at least some people's
compilers did: see bug 3044490.
evdns.c
evutil.c