I was working with SWFotE 2.0 and when I booted through GDB I got spammed like crazy with the error below. I'm not even sure what it is, but I know I've never had the problem before and I don't have time to look just yet. Maybe you could help me? :P
Thanks :P
if ( fcntl( desc, F_SETFL, FNDELAY ) == -1 )
{
perror( "New_descriptor: fcntl: FNDELAY" );
set_alarm( 0 );
return;
}
Thanks :P