This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Thu, Aug 27, 2015 at 06:20:50PM -0300, Adhemerval Zanella wrote: [...] > Thanks for the review, what about now: > > -- > > [BZ #18877] > * posix/Makefile (tests): Add tst-mmap It's called tst-mmap-offset now. Do not forget about trailing dot. > * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix > offset calculation for negative values. > * posix/tst-mmap-offset.c: New file. Let's keep the list of files in some order. > --- /dev/null > +++ b/posix/tst-mmap-offset.c > @@ -0,0 +1,67 @@ > +/* BZ #18877 mmap offset test. > + > + Copyright (C) 2015 Free Software Foundation, Inc. > + This file is part of the GNU C Library. Contributed by me, 2015. :) > +/* Check if negative offset are handled correctly by mmap. */; offsetS are. The trailing semicolon is not needed. -- ldv
Attachment:
pgp0BIg9Apugr.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |