Date: Sun, 20 Apr 1997 16:50:15 +0300 (IDT) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: Brad Fidler , djgpp AT delorie DOT com Subject: Re: Available Selectors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Apr 1997, Salvador Eduardo Tropea (SET) wrote: > Be carefull while using FS and GS some libc functions can clobber > the values. libc functions use GS only; they never touch FS. This is so you could call library functions between `_farsetsel' and `_farnspeekX' without (too much) fear.