From 8a67a66a613b85ab3c323594652da71b92915881 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 8 Oct 2004 14:36:51 +0000 Subject: 20467: Reintroduce rusage-based escapes for TIMEFMT. --- Src/zsh.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index bde274d9b..8d27e2014 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -740,10 +740,7 @@ struct timeinfo { /* node in job process lists */ #ifdef HAVE_GETRUSAGE -typedef struct { - struct timeval sys; - struct timeval usr; -} child_times_t; +typedef struct rusage child_times_t; #else typedef struct timeinfo child_times_t; #endif -- cgit 1.4.1