diff options
Diffstat (limited to 'sysdeps/generic/bits/thread-attr.h')
-rw-r--r-- | sysdeps/generic/bits/thread-attr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/generic/bits/thread-attr.h b/sysdeps/generic/bits/thread-attr.h index 3163022..3250f51 100644 --- a/sysdeps/generic/bits/thread-attr.h +++ b/sysdeps/generic/bits/thread-attr.h @@ -22,6 +22,10 @@ #include <sched.h> +enum __pthread_detachstate; +enum __pthread_inheritsched; +enum __pthread_contentionscope; + /* This structure describes the attributes of a POSIX thread. Note that not all of them are supported on all systems. */ struct __pthread_attr |