Skip to content

Commit

Permalink
runtime: xdg_default
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 20, 2023
1 parent 00f6734 commit 7e75cab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/sys.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ function caml_spacetime_only_works_for_native_code() {
caml_failwith("Spacetime profiling only works for native code");
}

//Provides: caml_xdg_defaults
function caml_xdg_defaults(_unit) {
return 0; // empty list
}

//Provides: caml_sys_is_regular_file
//Requires: resolve_fs_device
Expand All @@ -369,3 +373,5 @@ function caml_setup_uncaught_exception_handler() {
}
}
caml_setup_uncaught_exception_handler();


0 comments on commit 7e75cab

Please sign in to comment.