summaryrefslogtreecommitdiff
path: root/sysdeps/generic/bits/condition-attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/bits/condition-attr.h')
-rw-r--r--sysdeps/generic/bits/condition-attr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/bits/condition-attr.h b/sysdeps/generic/bits/condition-attr.h
index 4cd4e8c..19c92bb 100644
--- a/sysdeps/generic/bits/condition-attr.h
+++ b/sysdeps/generic/bits/condition-attr.h
@@ -27,8 +27,8 @@ enum __pthread_process_shared;
/* User visible part of a condition attribute variable. */
struct __pthread_condattr
{
- enum __pthread_process_shared pshared;
- __clockid_t clock;
+ enum __pthread_process_shared __pshared;
+ __clockid_t __clock;
};
#endif /* bits/condition.h */