This patch fixes some build issues when including types/sigevent_t.h
along with bits/pthreadtypes.h.
Checked on x86_64-linux-gnu and on a build on supported major ABIs.
[BZ #21715]
* sysdeps/nptl/bits/pthreadtypes.h (__have_pthread_attr_t): Fix typo
on definition.
+2017-07-06 Matthew Krupcale <mkrupcale@matthewkrupcale.com>
+
+ [BZ #21715]
+ * sysdeps/nptl/bits/pthreadtypes.h (__have_pthread_attr_t): Fix typo
+ on definition.
+
2017-07-06 Florian Weimer <fweimer@redhat.com>
H.J. Lu <hongjiu.lu@intel.com>
};
#ifndef __have_pthread_attr_t
typedef union pthread_attr_t pthread_attr_t;
-# define __have_pthread_attr_t1
+# define __have_pthread_attr_t 1
#endif