From c92305221770bb1316d026c200d569ca4e930e42 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 28 Aug 2025 16:20:17 -0400 Subject: merge libc files, new init methods for libjove --- lib/libc/include/time.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/libc/include/time.h (limited to 'lib/libc/include/time.h') diff --git a/lib/libc/include/time.h b/lib/libc/include/time.h new file mode 100644 index 0000000..c73ee97 --- /dev/null +++ b/lib/libc/include/time.h @@ -0,0 +1,4 @@ +#ifndef _TIME_H +#define _TIME_H 1 + +#endif -- cgit v1.2.1