aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/mmap.c
AgeCommit message (Collapse)Author
2015-08-05arm: Assembly implementation cleanupAdhemerval Zanella
This patch removes arm assembly implementation of mmap and mmap64. The new implementation used is the wordsize-32 generic linux one. Tested on armhf.