]> git.pond.sub.org Git - empserver/commit
(posix_fileno) [_WIN32]: Rename posix_fileno() to fileno().
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 24 Aug 2007 21:05:59 +0000 (21:05 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 24 Aug 2007 21:05:59 +0000 (21:05 +0000)
commit529958026028d9e6eb3750cd41ecdba709c6a549
treed71e20b4b9973deb0bd7f1fbe6f5fdccf9589abd
parentd5a1b3c6cd585af26fdb7094b7ea3dc74a854ddb
(posix_fileno) [_WIN32]: Rename posix_fileno() to fileno().
Remove the extern posix_fileno().

(fileno) [_WIN32]: Replace system fileno() with a function that supports posix
file descriptors.  Move #undef fileno to w32misc.h as the system define
is in stdio.h.

(rea) [_WIN32]: Add stdio.h for fileno() extern declaration and add misc.h
to ensure the WIN32 fixes to stdio.h are included.
src/lib/commands/rea.c
src/lib/w32/posixio.c
src/lib/w32/unistd.h
src/lib/w32/w32misc.h