Fix bugs in mmap()-of-files test program on Mac OS X:
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 7 Oct 2003 21:33:27 +0000 (21:33 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 7 Oct 2003 21:33:27 +0000 (21:33 +0000)
commitf204012bd1deb5d19fbabbc145358a1d111b9497
treefcb2b1d5f19a6fca7051b2402211871c2ab8290d
parent0c9efc2b1dea248599b4092c8b8260362149775f
Fix bugs in mmap()-of-files test program on Mac OS X:
1) MAP_FAILED is declared to be a pointer
2) can't include sys/mman.h before sys/types.h without getting an error :-(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8947 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/aclocal.m4