~pali/llvm/compiler-rt-trunk

Viewing all changes in revision 10045.

  • Committer: kamil
  • Date: 2018-05-23 10:37:00 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:compiler-rt/trunk:333075
Fix internal_mmap() on 32-bit NetBSD platforms

There is need to use internal_syscall64() instead of internal_syscall_ptr().
The offset argument of type off_t is always 64-bit.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: