Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
Co-authored by: fixeria
  • Loading branch information
AKuHAK committed Jul 1, 2024
1 parent 4d22f63 commit a683c2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PMAP-unix/platform-unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,7 @@ int pstrincmp(const char *s1, const char *s2, int len)

return ((len == 0) ? 0 : s1char - s2char);
}

/* stubs */
void PlatDebugInit(void) {}
void PlatDebugDeinit(void) {}

0 comments on commit a683c2d

Please sign in to comment.