summaryrefslogtreecommitdiff
path: root/usr.bin/time/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/time/ext.h')
-rw-r--r--usr.bin/time/ext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/time/ext.h b/usr.bin/time/ext.h
new file mode 100644
index 0000000..6626a29
--- /dev/null
+++ b/usr.bin/time/ext.h
@@ -0,0 +1,5 @@
+/* $NetBSD: ext.h,v 1.3 2017/07/15 14:34:08 christos Exp $ */
+
+/* borrowed from ../../bin/csh/extern.h */
+void prusage1(FILE *, const char *fmt, struct rusage *, struct rusage *,
+ struct timespec *, struct timespec *);