Merge contributions from gleb-bsd to main merged repo #6

Merged
ed1223 merged 11 commits from gleb/BSD into BSD-merged 2024-10-17 15:55:24 +00:00
3 changed files with 19 additions and 84 deletions
Showing only changes of commit ab66551c06 - Show all commits

View File

@@ -375,8 +375,7 @@ thread_set_nice (int nice UNUSED)
int
thread_get_nice (void)
{
/* Not yet implemented. */
return 0;
return thread_current ()->nice;
}
/* Returns 100 times the system load average. */