summaryrefslogtreecommitdiff
path: root/include/ruby/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/win32.h')
-rw-r--r--include/ruby/win32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index a3f466d627..ea460a5e46 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -702,10 +702,10 @@ extern char *rb_w32_strerror(int);
#endif
struct tms {
- long tms_utime;
- long tms_stime;
- long tms_cutime;
- long tms_cstime;
+ long tms_utime;
+ long tms_stime;
+ long tms_cutime;
+ long tms_cstime;
};
int rb_w32_times(struct tms *);