shithub: riscv

Download patch

ref: 0e41e0b7c551d577c22810dcda8cfd9459587a99
parent: dfc348c4e26b9f1bc58b70de94b47915afb1e7bc
author: google <google@daverabbitz.ath.cx>
date: Sun Sep 2 19:15:15 EDT 2012

Add prototypes for isotime and isodate. This should have been in the previous commit.

--- a/sys/include/libc.h
+++ b/sys/include/libc.h
@@ -328,6 +328,8 @@
 extern	long	times(long*);
 extern	long	tm2sec(Tm*);
 extern	vlong	nsec(void);
+extern	char*	isotime(Tm*);
+extern	char*	isodate(Tm*);
 
 extern	void	cycles(uvlong*);	/* 64-bit value of the cycle counter if there is one, 0 if there isn't */
 
--