clone syscall

2009-05-06 Thread T. Horsnell
Hi, I'm trying to use the clone() (as opposed to fork()) system call under CYGWIN, but get the complaint that CLONE_VM is undefined. Is clone() a supported system function? Cheers, Terry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: MSG_DONTWAIT on recvfrom

2009-03-09 Thread T. Horsnell
Corinna Vinschen wrote: On Mar 9 10:02, T. Horsnell wrote: I'm trying to use recvfrom in non-blocking mode with the MSG_DONTWAIT flag, and I get an undefined name for MSG_DONTWAIT at compile time. A trawl through the mail archives gave a reference to this in 2001 which said: "Do

MSG_DONTWAIT on recvfrom

2009-03-09 Thread T. Horsnell
I'm trying to use recvfrom in non-blocking mode with the MSG_DONTWAIT flag, and I get an undefined name for MSG_DONTWAIT at compile time. A trawl through the mail archives gave a reference to this in 2001 which said: "Download the source for cygwin1.dll and implement MSG_DONTWAIT" Is this still