Date: Sun, 9 Mar 2003 10:54:28 -0500 Message-Id: <200303091554.h29FsSe31676@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com CC: eliz AT elta DOT co DOT il, djgpp-workers AT delorie DOT com In-reply-to: <3E6B2DB0.D315AA68@phekda.freeserve.co.uk> (message from Richard Dawe on Sun, 09 Mar 2003 12:04:00 +0000) Subject: Re: New POSIX: pwrite, revision 2 [PATCH] References: <200303090033 DOT h290XfN11047 AT envy DOT delorie DOT com> <8632-Sun09Mar2003061943+0200-eliz AT elta DOT co DOT il> <3E6B2DB0 DOT D315AA68 AT phekda DOT freeserve DOT co DOT uk> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > "On a file not capable of seeking, writing shall always take place > starting at the current position. The value of a file offset > associated with such a device is undefined." In that case, it should never fail. We don't have any other types of files.