diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-15 23:57:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-15 23:57:00 +0000 |
commit | fc77d66abf6ed97a50e30b619b1647759d43f593 (patch) | |
tree | 4eacd4d04abb104c54fe9ef2d05a65da6bafa315 /libio/Makefile | |
parent | 8f83366e132bd7e273ea97c571e2d44c20a8ccbf (diff) | |
download | glibc-fc77d66abf6ed97a50e30b619b1647759d43f593.tar.gz glibc-fc77d66abf6ed97a50e30b619b1647759d43f593.tar.xz glibc-fc77d66abf6ed97a50e30b619b1647759d43f593.zip |
* libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
if seek would go past it. (mmap_remap_check): If file position is at or past EOF after check, leave read pointers at EOF and don't seek. * libio/tst-mmap-offend.c: New file. * libio/Makefile (tests): Add it.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 28d8519a97..58d6575340 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -53,7 +53,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst-mmap-setvbuf bug-ungetwc1 bug-ungetwc2 tst-atime tst-eof \ tst-freopen bug-rewind bug-ungetc bug-fseek \ tst-mmap-eofsync tst-mmap-fflushsync bug-mmap-fflush \ - tst-mmap2-eofsync + tst-mmap2-eofsync tst-mmap-offend test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. |