summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/stand/boot/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/socppc/stand/boot/time.c')
-rw-r--r--sys/arch/socppc/stand/boot/time.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/socppc/stand/boot/time.c b/sys/arch/socppc/stand/boot/time.c
new file mode 100644
index 00000000000..b4def65f22b
--- /dev/null
+++ b/sys/arch/socppc/stand/boot/time.c
@@ -0,0 +1,8 @@
+#include <sys/types.h>
+
+#include "libsa.h"
+
+time_t
+getsecs(void)
+{
+}