diff options
author | Jim Chen <nchen@mozilla.com> | 2017-04-19 19:22:10 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-21 17:58:42 (GMT) |
commit | ae248a216098add2d91358a49758b181bcbb4d35 (patch) | |
tree | 725c117a2958e66b13ccb1745122528f71370391 /INSTALL | |
parent | 4403c9ab441eabb6c55d93b99836f7126e46be75 (diff) | |
download | jemalloc-ae248a216098add2d91358a49758b181bcbb4d35.zip jemalloc-ae248a216098add2d91358a49758b181bcbb4d35.tar.gz jemalloc-ae248a216098add2d91358a49758b181bcbb4d35.tar.bz2 |
Use openat syscall if available
Some architectures like AArch64 may not have the open syscall because it
was superseded by the openat syscall, so check and use SYS_openat if
SYS_open is not available.
Additionally, Android headers for AArch64 define SYS_open to __NR_open,
even though __NR_open is undefined. Undefine SYS_open in that case so
SYS_openat is used.
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions