about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h5
1 files changed, 1 insertions, 4 deletions
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