End the _t nonsense

This commit is contained in:
2026-04-01 09:15:59 +02:00
parent e8a0a36889
commit e9b57f70b1
17 changed files with 59 additions and 59 deletions
+3 -3
View File
@@ -63,9 +63,9 @@ extern volatile struct limine_hhdm_request hhdm_request;
extern volatile struct limine_kernel_address_request kerneladdr_request;
extern volatile struct limine_boot_time_request date_request;
extern struct process_t* processes_list;
extern struct process_t* current_process;
struct process_t* idle_proc;
extern struct process* processes_list;
extern struct process* current_process;
struct process* idle_proc;
void idle_main(void* arg)
{