summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Interix/Memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
| | | | | | Patch contributed by Henrik Bach. Thanks Henrik! llvm-svn: 16397
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-8/+9
| | | | llvm-svn: 16318
* Fix typo: sterror -> strerrorReid Spencer2004-09-111-1/+1
| | | | llvm-svn: 16294
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+53
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
OpenPOWER on IntegriCloud