mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
nptl: Fix typo on __have_pthread_attr_t (BZ#21715)
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.
This commit is contained in:
parent
031e519c95
commit
3adfef7eaa
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
|
@ -60,7 +60,7 @@ union pthread_attr_t
|
||||
};
|
||||
#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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user