timers: fix itimer/many thread hang
[deliverable/linux.git] / include / linux / time.h
index e15206a7e82ec9278b25fc062585302f9ed71687..1b70b3c293e934536a0a8cf5dd64046767de5c28 100644 (file)
@@ -125,6 +125,9 @@ extern int timekeeping_valid_for_hres(void);
 extern void update_wall_time(void);
 extern void update_xtime_cache(u64 nsec);
 
+struct tms;
+extern void do_sys_times(struct tms *);
+
 /**
  * timespec_to_ns - Convert timespec to nanoseconds
  * @ts:                pointer to the timespec variable to be converted
This page took 0.059071 seconds and 5 git commands to generate.