ladybird/Kernel/system.h
Andreas Kling a095a90b51 Kernel: Remove ancient nprocess and nblocked globals.
These were not in sync with reality, and not used anywhere anyway.
2019-04-03 13:05:20 +02:00

11 lines
99 B
C

#pragma once
#include "types.h"
struct system_t
{
time_t uptime;
};
extern system_t system;