summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r--pthread/pt-internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index 067fb73..291baf5 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -292,8 +292,9 @@ extern error_t __pthread_sigstate (struct __pthread *__restrict thread, int how,
int clear_pending);
-/* Default thread attributes. */
-extern const struct __pthread_attr __pthread_default_attr;
+/* Default thread attributes.
+ FIXME Normally const, see sysdeps/mach/hurd/pt-sysdep.c. */
+extern struct __pthread_attr __pthread_default_attr;
/* Default barrier attributes. */
extern const struct __pthread_barrierattr __pthread_default_barrierattr;