Re: [OE-core] [PATCH 1/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-29 Thread Rongqing Li
On 2012年11月29日 15:08, Ross Burton wrote: On Thursday, 29 November 2012 at 06:36, rongqing...@windriver.com wrote: The flag ac_cv_o_nonblock_inherited is always set to yes in cross compiling environment. This flag is intended to think the socket, returned from accept(), inherit file status flag

Re: [OE-core] [PATCH 1/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-28 Thread Ross Burton
On Thursday, 29 November 2012 at 06:36, rongqing...@windriver.com wrote: > The flag ac_cv_o_nonblock_inherited is always set to yes in cross compiling > environment. This flag is intended to think the socket, returned from > accept(), inherit file status flags such as O_NONBLOCK from the listening

[OE-core] [PATCH 1/1] apr: set flag of inheriting O_NONBLOCK as no

2012-11-28 Thread rongqing.li
From: "Roy.Li" The flag ac_cv_o_nonblock_inherited is always set to yes in cross compiling environment. This flag is intended to think the socket, returned from accept(), inherit file status flags such as O_NONBLOCK from the listening socket, but socket never inherits file status from the listeni