ñmatch malloc,link memtrk

This commit is contained in:
Prakxo
2023-03-06 20:27:17 +01:00
parent e6af76e289
commit 771ffca329
11 changed files with 212 additions and 123 deletions
+3 -2
View File
@@ -2,7 +2,8 @@
#define LOS_THREAD_H
#include "types.h"
#include "dolphin/OSThread.h"
#include "dolphin/os/OSThread.h"
typedef s32 OSPri;
typedef s32 OSId;
@@ -10,4 +11,4 @@ typedef s32 OSId;
OSId osGetThreadId(OSThread*);
#endif
#endif