Index: libcfa/src/concurrency/pthread.cfa
===================================================================
--- libcfa/src/concurrency/pthread.cfa	(revision a45e21c53f79653fd83bc2f16041261ec743736a)
+++ libcfa/src/concurrency/pthread.cfa	(revision 9082d7e82d9a7493aed9e548946de1837caa325a)
@@ -152,5 +152,5 @@
 
 //######################### Attr helpers #########################
-struct cfaPthread_attr_t {								// thread attributes
+typedef struct cfaPthread_attr_t {						// thread attributes
 		int contentionscope;
 		int detachstate;
@@ -160,5 +160,5 @@
 		int inheritsched;
 		struct sched_param param;
-} typedef cfaPthread_attr_t;
+} cfaPthread_attr_t;
 
 static const cfaPthread_attr_t default_attrs {
