Hi Eugeniy, Eugeniy Paltsev wrote, > mmap offset must be a multiple of the page size. It was hardcoded > to 4K, so mmap2 test failed on non-4K page size architectures. > Now we get page size using sysconf(_SC_PAGE_SIZE). > > Build and run tests done on nsim arc hs38. > > Signed-off-by: Eugeniy Paltsev <[email protected]> > --- > test/mmap/mmap2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied and pushed, Waldemar _______________________________________________ devel mailing list [email protected] http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel
