Re: lseek: Value too large for defined data type
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Sat, 28 Jul 2007 12:56:15 -0700
On Jul 26, 5:54 am, phil-news-nos...@xxxxxxxx wrote:
These two things are not analogous. In the case of file offset, there is
virtually no need for any application to not be using 64 bit offsets. It
should be the default. Cases where a program needs to _not_ use them would
be very small embedded code and such. But we still have plenty of need for
non-pthreads code that making pthreads the default does not make sense.
Actually, I disagree on both counts. With respect to the first claim,
there *is* code that uses 32 bit offsets internally. It will not work
properly with 64 bit offsets to the OS. There is a need for these
applications to not be using 64 bit offsets. With respect to the
second claim, even non-pthreads code has to use libraries, and those
libraries are almost always also used by pthreads code.
DS
.
- References:
- lseek: Value too large for defined data type
- From: guru
- Re: lseek: Value too large for defined data type
- From: Tim Southerwood
- Re: lseek: Value too large for defined data type
- From: phil-news-nospam
- Re: lseek: Value too large for defined data type
- From: David Schwartz
- Re: lseek: Value too large for defined data type
- From: phil-news-nospam
- lseek: Value too large for defined data type
- Prev by Date: Re: ask for benchmark software for linux
- Next by Date: Causes for process going into D state
- Previous by thread: Re: lseek: Value too large for defined data type
- Next by thread: Re: lseek: Value too large for defined data type
- Index(es):
Relevant Pages
|