source: trunk/config.tests/unix/mremap/mremap.cpp@ 106

Last change on this file since 106 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 170 bytes
Line 
1#include <unistd.h>
2#include <sys/mman.h>
3
4int 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.