F_SETFL and O_NONBLOCK are supported by evil

SVN revision: 46658
This commit is contained in:
Vincent Torri 2010-02-28 17:38:24 +00:00
parent 555709fa24
commit e9b5f89824
1 changed files with 0 additions and 2 deletions

View File

@ -305,9 +305,7 @@ ecore_pipe_add(void (*handler) (void *data, void *buffer, unsigned int nbyte),
p->handler = handler;
p->data = data;
#ifndef _WIN32
fcntl(p->fd_read, F_SETFL, O_NONBLOCK);
#endif /* _WIN32 */
p->fd_handler = ecore_main_fd_handler_add(p->fd_read,
ECORE_FD_READ,
_ecore_pipe_read,