summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/pthread_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h
index c8fa4b11..615b963a 100644
--- a/src/internal/pthread_impl.h
+++ b/src/internal/pthread_impl.h
@@ -43,6 +43,10 @@ struct pthread {
} robust_list;
};
+struct __timer {
+ struct sigevent sev;
+};
+
#define __SU (sizeof(size_t)/sizeof(int))
#define _a_stacksize __u.__s[0]