aboutsummaryrefslogtreecommitdiff
path: root/src/lib/osinfo/uname.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/osinfo/uname.h')
-rw-r--r--src/lib/osinfo/uname.h9
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