Skip to content

Commit

Permalink
Add os_getpagesize function declaration in platform_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Dec 28, 2024
1 parent d35c51d commit 9bd0aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Virtual_machine/WAMR/include/platform_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ extern "C"

uint64_t os_get_invalid_handle();

int os_getpagesize();

#ifdef __cplusplus
}
#endif /* end of extern "C" */
Expand Down

0 comments on commit 9bd0aa3

Please sign in to comment.