From 50392995d6e7f3a10fb74bb2f9073a4790f8933c Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 11 Mar 2024 21:40:28 -0400 Subject: simple env with basic test init program --- sysroot/usr/include/time.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysroot/usr/include/time.h (limited to 'sysroot/usr/include/time.h') diff --git a/sysroot/usr/include/time.h b/sysroot/usr/include/time.h new file mode 100644 index 0000000..c73ee97 --- /dev/null +++ b/sysroot/usr/include/time.h @@ -0,0 +1,4 @@ +#ifndef _TIME_H +#define _TIME_H 1 + +#endif -- cgit v1.2.1