source:
trunk/config.tests/unix/mremap/mremap.cpp@
106
Last change on this file since 106 was 2, checked in by , 16 years ago | |
---|---|
File size: 170 bytes |
Line | |
---|---|
1 | #include <unistd.h> |
2 | #include <sys/mman.h> |
3 | |
4 | int main(int, char **) |
5 | { |
6 | (void) ::mremap(static_cast<void *>(0), size_t(0), size_t(42), MREMAP_MAYMOVE); |
7 | |
8 | return 0; |
9 | } |
10 |
Note:
See TracBrowser
for help on using the repository browser.