diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-12-05 17:25:08 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-12-05 17:25:08 +0000 |
commit | d91f719bdb06ed1de0931aaf6c2e825ad32b30d1 (patch) | |
tree | 67cc15f443ccdb452b643dbc0076eaac2e6f534e /libpthread/nptl/sysdeps/unix | |
parent | b829d83b3a4314e59e20139930594ac59947eb2b (diff) | |
download | uClibc-alpine-d91f719bdb06ed1de0931aaf6c2e825ad32b30d1.tar.bz2 uClibc-alpine-d91f719bdb06ed1de0931aaf6c2e825ad32b30d1.tar.xz |
Fix opendir problem when statically linked due to a missing
initialization of the mutex field within DIR struct.
When linked dynamically instead, __pthread_mutex_init will
initialize the mutex itself. Without this fix, any call to
readdir will stuck forever trying to acquire the mutex.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix')
0 files changed, 0 insertions, 0 deletions