This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Problems with fflush() under Cygwin 1.5.8 ...
- From: Mark ONeill <mark dot oneill at university-museum dot oxford dot ac dot uk>
- To: cygwin at cygwin dot com
- Date: Fri, 19 Mar 2004 10:50:51 +0000 (GMT)
- Subject: Problems with fflush() under Cygwin 1.5.8 ...
Hi
I am currently porting process communication middleware (developed under
LINUX) to Cygwin. I have managed to find workarounds for missing (mkfifo
-- are named pipes *ever* going to be available under Cygwin?) but
problems still remain.
Major problem is that fflush() does not appear to flush buffered material
to file reliably (I have tested my code on Darwin, LINUX, OSF1 and SOLARIS
all of which work fine) so I suspect that there *may* be a Cygwin/NewLib
problem here.
FYI my code makes extensive use of signal handlers -- I don't know if this
would cause side effects which could mess up stdio on Cywin ...
Has anyone else had similar problems?
Regards
Mark O'Neill
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/