add qnx support for instrumentation profiling only

This commit is contained in:
Michael Leslie
2023-10-24 17:40:13 -07:00
parent 18054b4f34
commit daba5ae1d8
3 changed files with 66 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ static const char* GetOsInfo()
sprintf( buf, "BSD (NetBSD)" );
#elif defined __OpenBSD__
sprintf( buf, "BSD (OpenBSD)" );
#elif defined __QNX__
sprintf( buf, "QNX" );
#else
sprintf( buf, "unknown" );
#endif