about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* arm: Assembly implementation cleanupAdhemerval Zanella2015-08-051-0/+18
This patch removes arm assembly implementation of mmap and mmap64. The new implementation used is the wordsize-32 generic linux one. Tested on armhf.