git: 9front

Download patch

ref: d8a9b2f506a61941e774a01f301183810f1a844d
parent: c81270f162863f843aefea269e916ee416d94d93
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 */
 
--