aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h')
-rw-r--r--gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h b/gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h
deleted file mode 100644
index 6f9197a1f..000000000
--- a/gcc-4.4.0/boehm-gc/include/private/pthread_stop_world.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef GC_PTHREAD_STOP_WORLD_H
-#define GC_PTHREAD_STOP_WORLD_H
-
-struct thread_stop_info {
- word last_stop_count; /* GC_last_stop_count value when thread */
- /* last successfully handled a suspend */
- /* signal. */
- ptr_t stack_ptr; /* Valid only when stopped. */
-};
-
-#endif