[PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Jian Peng
This is follow-up of my investigation and proposed fix at http://old.nabble.com/named-pipe-is-borken-and-proposed-fix-td31753483.html#a31753483 The testing programs worked well with glibc, but failed in uClibc-0.9.32. As Laurent pointed out, this is undefined in standard. For the sake of

Re: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Rich Felker
On Thu, Jun 16, 2011 at 11:54:45AM -0700, Jian Peng wrote: This is follow-up of my investigation and proposed fix at http://old.nabble.com/named-pipe-is-borken-and-proposed-fix-td31753483.html#a31753483 The testing programs worked well with glibc, but failed in uClibc-0.9.32. As Laurent

RE: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Jian Peng
To: uclibc@uclibc.org Subject: Re: [PATCH 1/1] stdio: fix named pipe issue On Thu, Jun 16, 2011 at 11:54:45AM -0700, Jian Peng wrote: This is follow-up of my investigation and proposed fix at http://old.nabble.com/named-pipe-is-borken-and-proposed-fix-td31753483.html#a31753483 The testing programs

Re: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Yann E. MORIN
Jian, Rich, All, On Friday 17 June 2011 01:04:44 Jian Peng wrote: Unfortunately, glibc is the most widely used C library and de facto testing environment used by most application developers. I am not familiar with C standard, but every standard had evolved to meet the requirement of its end

Re: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Rich Felker
On Thu, Jun 16, 2011 at 04:04:44PM -0700, Jian Peng wrote: Unfortunately, glibc is the most widely used C library and de facto testing environment used by most application developers. I am not familiar with C standard, but every standard had evolved to meet the requirement of its end users, so

RE: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Jian Peng
Fully agree. -Original Message- From: Yann E. MORIN [mailto:yann.morin.1...@anciens.enib.fr] Sent: Thursday, June 16, 2011 4:18 PM To: uclibc@uclibc.org Cc: Jian Peng; Rich Felker Subject: Re: [PATCH 1/1] stdio: fix named pipe issue Jian, Rich, All, On Friday 17 June 2011 01:04:44 Jian

RE: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Jian Peng
piece in www.uclibc.org -Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Rich Felker Sent: Thursday, June 16, 2011 4:11 PM To: uclibc@uclibc.org Subject: Re: [PATCH 1/1] stdio: fix named pipe issue On Thu, Jun 16, 2011 at 04:04:44PM -0700

Re: [PATCH 1/1] stdio: fix named pipe issue

2011-06-16 Thread Khem Raj
On 06/16/2011 04:28 PM, Jian Peng wrote: I really like to see this kind of glibc to uClibc migration guide that has enough detail to cover similar problems. there is a starter where this should be documented as well. doc/Glibc_vs_uClibc_Differences.txt thats all. Thanks -Khem