export fseeko() and ftello() patch

2002-10-29 Thread Jason Tishler
The attached patch exports newlib's fseeko() and ftello(). Besides being generally useful, this patch also solves the first build issue in the following: http://archives.postgresql.org/pgsql-cygwin/2002-10/msg00039.php Note that I would like to include a hunk for winsup/doc/calls.texinfo, bu

Re: export fseeko() and ftello() patch

2002-10-29 Thread Nicholas Wourms
Jason Tishler wrote: The attached patch exports newlib's fseeko() and ftello(). Besides being generally useful, this patch also solves the first build issue in the following: http://archives.postgresql.org/pgsql-cygwin/2002-10/msg00039.php Note that I would like to include a hunk for winsup

Re: export fseeko() and ftello() patch

2002-11-07 Thread Corinna Vinschen
> The attached patch exports newlib's fseeko() and ftello(). Besides Applied, thanks. Note, though, that this isn't the ultimate solution. In the long run we must write our own entry points for 32 bit as well as 64 bit off_t. The problem is that newlib is still not changed to support both off

Re: export fseeko() and ftello() patch

2002-11-07 Thread Jason Tishler
Corinna, On Thu, Nov 07, 2002 at 10:12:13AM +0100, Corinna Vinschen wrote: > > The attached patch exports newlib's fseeko() and ftello(). Besides > > Applied, thanks. You are very welcome. > Note, though, that this isn't the ultimate solution. In the long run > we must write our own entry po