aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-many-glibcs.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-01Update mmap() flags and errors listsDJ Delorie1-16/+126
Extend the list of MAP_* macros to include all macros available to the average program (gcc -E -dM | grep MAP_*) Extend the list of errno codes. Reviewed-by: Florian Weimer <fweimer@redhat.com>