shithub: riscv

Download patch

ref: e7b94ba052b3ee175f17f7ebc85f7c21d22431ca
parent: 3207e8b6a4339f39e2261d1f1878e8049b65c23c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue May 20 01:21:22 EDT 2014

syscall: add missing _nsec() declaration

--- a/sys/src/cmd/syscall/syscall.c
+++ b/sys/src/cmd/syscall/syscall.c
@@ -26,6 +26,7 @@
 int	_fsession(char*, void*, int);
 int	_mount(int, char*, int, char*);
 int	_wait(void*);
+int	_nsec(vlong*);
 
 struct{
 	char	*name;
--