make pthread attribute types structs, even when they just have one field
authorRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 17:57:02 +0000 (13:57 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 17:57:02 +0000 (13:57 -0400)
commit0109d950e685f1c5f6cef245a8b1bc47c9b6d94c
treea4048fa32a9e4337e524e0323cc5cc2e9ce8367d
parentc4dd0c98bae8e3583f68ba5b30db491055ab2322
make pthread attribute types structs, even when they just have one field

this change is to get the right tags for C++ ABI matching. it should
have no other effects.
12 files changed:
include/alltypes.h.in
src/thread/pthread_attr_get.c
src/thread/pthread_barrier_init.c
src/thread/pthread_barrierattr_setpshared.c
src/thread/pthread_cond_init.c
src/thread/pthread_condattr_setclock.c
src/thread/pthread_condattr_setpshared.c
src/thread/pthread_mutex_init.c
src/thread/pthread_mutexattr_setpshared.c
src/thread/pthread_mutexattr_setrobust.c
src/thread/pthread_mutexattr_settype.c
src/thread/pthread_rwlockattr_setpshared.c