diff options
Diffstat (limited to 'src/lib/osinfo/uname.h')
-rw-r--r-- | src/lib/osinfo/uname.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/osinfo/uname.h b/src/lib/osinfo/uname.h new file mode 100644 index 0000000000..1f0b78385f --- /dev/null +++ b/src/lib/osinfo/uname.h @@ -0,0 +1,9 @@ + +#ifndef HAVE_TOR_UNAME_H +#define HAVE_TOR_UNAME_H + +#include "lib/testsupport/testsupport.h" + +MOCK_DECL(const char *, get_uname,(void)); + +#endif |