From 3039b959c7de1e35fe4ec27ae02f1c8fe8d4d4ac Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Wed, 14 Aug 1996 06:19:13 +0000 Subject: Import pdksh 5.2.7. --- bin/pdksh/ksh_times.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bin/pdksh/ksh_times.h (limited to 'bin/pdksh/ksh_times.h') diff --git a/bin/pdksh/ksh_times.h b/bin/pdksh/ksh_times.h new file mode 100644 index 00000000000..45f1b793821 --- /dev/null +++ b/bin/pdksh/ksh_times.h @@ -0,0 +1,13 @@ +/* $OpenBSD: ksh_times.h,v 1.1 1996/08/14 06:19:11 downsj Exp $ */ + +#include + +#ifdef TIMES_BROKEN +extern clock_t ksh_times ARGS((struct tms *)); +#else /* TIMES_BROKEN */ +# define ksh_times times +#endif /* TIMES_BROKEN */ + +#ifdef HAVE_TIMES +extern clock_t times ARGS((struct tms *)); +#endif /* HAVE_TIMES */ -- cgit v1.2.3