From: Message-Id: <200303091227.h29CReX06210@speedy.ludd.luth.se> Subject: Re: New POSIX: pwrite, revision 2 [PATCH] In-Reply-To: "from Richard Dawe at Mar 9, 2003 00:14:33 am" To: djgpp-workers AT delorie DOT com Date: Sun, 9 Mar 2003 13:27:40 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com 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 According to Richard Dawe: > Index: include/unistd.h > =================================================================== > RCS file: /cvs/djgpp/djgpp/include/unistd.h,v > retrieving revision 1.16 > diff -p -c -3 -r1.16 unistd.h ... > + ssize_t pwrite(int _fildes, const void *_buf, size_t _nbyte, off_t _offset); Well, that off_t is broken on files > 2GiB. Right, MartinS