Rename some stuff - cleanup

This commit is contained in:
2018-01-27 20:27:34 +01:00
parent 13946b1758
commit fd0ca6f617
4 changed files with 9 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
void thread_function()
{
int thread_id = get_tid();
int thread_id = current_thread()->tid;
while(1)
{