Sender: glc AT lakeview DOT com Message-ID: <3B7A7E99.6323B010@usa.net> Date: Wed, 15 Aug 2001 09:52:25 -0400 From: "Gerardo L. Cahn" Organization: LakeView X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en, es-AR, de MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: regex.h problem References: <2110-Wed15Aug2001095106+0300-eliz AT is DOT elta DOT co DOT il> <8296-Wed15Aug2001150239+0300-eliz AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Yes, you are right ... my point was different: if you type 'info libc alpha regcomp', under djgpp (windows) it returns the reference as you state, but if you do the same thing under GNU/Linux (at least, under RedHat's and Debian), it does not find that reference and gives you a generic libc info file instead -- that is, it does not find 'alpha regcomp'. Sorry I was not clear. Thanks again, Gerardo Eli Zaretskii wrote: > > From: Gerardo Cahn > > Newsgroups: comp.os.msdos.djgpp > > Date: Wed, 15 Aug 2001 07:38:21 -0400 > > > > >prompt, type "info libc alpha regcomp"). <> > > > > seems to be platform-specific too, as 'info' could only > > find that reference under djgpp, not under 'GNU/Linux' > > ;-) > > No, regex.h is documented in the Posix standard as using off_t, and > the standard place for off_t is sys/types.h. -- // Gerardo L. Cahn // linux, mac ... and, well, yes, // ((windows too)).