strat: fix clang build

This commit is contained in:
Michael Scire 2022-03-23 10:39:20 -07:00
parent c503629ac8
commit f23f490cb4
3 changed files with 4 additions and 1 deletions

View file

@ -53,10 +53,10 @@ namespace ams::pm::shell {
Result BoostApplicationThreadResourceLimit() {
return ::pmshellBoostApplicationThreadResourceLimit();
}
#endif
Result BoostSystemThreadResourceLimit() {
return ::pmshellBoostSystemThreadResourceLimit();
}
#endif
}