mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
a095a90b51
These were not in sync with reality, and not used anywhere anyway.
10 lines
99 B
C
10 lines
99 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
struct system_t
|
|
{
|
|
time_t uptime;
|
|
};
|
|
|
|
extern system_t system;
|