summary refs log tree commit diff stats
path: root/darwin-user/machload.c
diff options
context:
space:
mode:
Diffstat (limited to 'darwin-user/machload.c')
-rw-r--r--darwin-user/machload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-user/machload.c b/darwin-user/machload.c
index 027976b456..4bb5c7276a 100644
--- a/darwin-user/machload.c
+++ b/darwin-user/machload.c
@@ -101,7 +101,7 @@ typedef struct mach_i386_thread_state {
     unsigned int    es;
     unsigned int    fs;
     unsigned int    gs;
-};
+} mach_i386_thread_state_t;
 
 void bswap_i386_thread_state(struct mach_i386_thread_state *ts)
 {