From 3e09037780ca95633749be3acd52e817eed7f98c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 24 Aug 2023 19:10:35 +0200 Subject: libc: get most of binutils to compile --- src/libc/include/sys/time.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/libc/include/sys/time.h') diff --git a/src/libc/include/sys/time.h b/src/libc/include/sys/time.h index e69de29..54df6b3 100644 --- a/src/libc/include/sys/time.h +++ b/src/libc/include/sys/time.h @@ -0,0 +1,8 @@ +#pragma once +#include +#include + +struct timeval { + time_t tv_sec; + suseconds_t tv_usec; +}; -- cgit v1.2.3