Message-Id: <5.0.2.1.0.20001228134130.02619ec0@pop5.banet.net> X-Sender: usbanet DOT farley3 AT pop5 DOT banet DOT net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 28 Dec 2000 13:42:55 -0500 To: DJ Delorie From: "Peter J. Farley III" Subject: Re: llseek is not in stubs.h (was: Re: Locking fcntl changes #2) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <200012281831.NAA16735@envy.delorie.com> References: <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001228132208 DOT 025c98f0 AT pop5 DOT banet DOT net> <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001227141202 DOT 025ac6b0 AT pop5 DOT banet DOT net> <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001227015917 DOT 00a83050 AT pop5 DOT banet DOT net> <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001227141202 DOT 025ac6b0 AT pop5 DOT banet DOT net> <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20001228132208 DOT 025c98f0 AT pop5 DOT banet DOT net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_5482739==_" 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 --=====================_5482739==_ Content-Type: text/plain; charset="us-ascii"; format=flowed At 01:31 PM 12/28/00 -0500, DJ Delorie wrote: >Separate would be better. It's trivial enough that it can be applied >right away, rather than being held up for reviews of the other parts. Right. Patch attached for stubs.h, no change needed for llseek.c. --=====================_5482739==_ Content-Type: text/plain; charset="us-ascii" --- djgpp-cvs/include/libc/stubs.h Wed Aug 16 14:48:58 2000 +++ djgpp-new/include/libc/stubs.h Thu Dec 28 13:39:02 2000 @@ -45,6 +45,7 @@ #define getdtablesize __getdtablesize #define getitimer __getitimer #define gettimeofday __gettimeofday +#define llseek __llseek #define modfl __modfl #define movedata __movedata #define pow10 __pow10 --=====================_5482739==_ Content-Type: text/plain; charset="us-ascii"; format=flowed --------------------------------------------------------- Peter J. Farley III (pjfarley AT dorsai DOT org OR pjfarley AT banet DOT net) --=====================_5482739==_--