This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fopen + mmap


Before anybody gets more excited about this, I have modifications
which don't require setting the file position to the end.  The reason
I can live with this is that some more functions get simplified.  I
didn't do it initially this way since the extra code isn't justified
by the little bit of speed gain.

In general, it is not acceptable that positive development is hindered
by broken code.  There never ever was any document saying that the
file position is such and such after fopen.  People relying on it are
simply wrong.  And even though this code might now survive sometime
longer it does not mean it should not be fixed.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]