uname.h 145 B

123456789
  1. #ifndef HAVE_TOR_UNAME_H
  2. #define HAVE_TOR_UNAME_H
  3. #include "lib/testsupport/testsupport.h"
  4. MOCK_DECL(const char *, get_uname,(void));
  5. #endif