diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-20 05:21:22 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-20 05:21:22 +0200 |
commit | e7b94ba052b3ee175f17f7ebc85f7c21d22431ca (patch) | |
tree | 56ee428333fd7c0beeed00a587c48a22d4692589 /sys/src/cmd/syscall | |
parent | 3207e8b6a4339f39e2261d1f1878e8049b65c23c (diff) |
syscall: add missing _nsec() declaration
Diffstat (limited to 'sys/src/cmd/syscall')
-rw-r--r-- | sys/src/cmd/syscall/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/syscall/syscall.c b/sys/src/cmd/syscall/syscall.c index 74e3afe2b..385429732 100644 --- a/sys/src/cmd/syscall/syscall.c +++ b/sys/src/cmd/syscall/syscall.c @@ -26,6 +26,7 @@ int _nwstat(char*, void*, int); int _fsession(char*, void*, int); int _mount(int, char*, int, char*); int _wait(void*); +int _nsec(vlong*); struct{ char *name; |