forked from OSchip/llvm-project
parent
b5f3a844a7
commit
9163561d64
|
@ -18,9 +18,9 @@ namespace lldb_private
|
|||
class HostInfoFreeBSD : public HostInfoPosix
|
||||
{
|
||||
public:
|
||||
bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
|
||||
bool GetOSBuildString(std::string &s);
|
||||
bool GetOSKernelDescription(std::string &s);
|
||||
static bool GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update);
|
||||
static bool GetOSBuildString(std::string &s);
|
||||
static bool GetOSKernelDescription(std::string &s);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue