aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linuxvdso/fake.cpp
blob: 395c4c9cb654242384a96d099cc8b01392f1a063 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "interface.h" 
 
size_t NVdso::Enumerate(TSymbol*, size_t) { 
    return 0; 
} 

void* NVdso::Function(const char*, const char*) {
    return nullptr;
}