On Aug 6, 12:26pm, m.droch...@fz-juelich.de (Matthias Drochner) wrote: -- Subject: Re: CVS commit: src/lib/libpthread
| | > Module Name: src | > Committed By: christos | > Date: Fri Aug 6 05:25:02 UTC 2010 | > | > Modified Files: | > src/lib/libpthread: pthread.h pthread_attr.c | > | > Log Message: Add pthread_getattr_np() | | I think this needs a weak_alias for pthread_attr_get_np(). They are different and pthread_attr_get_np() is not weak... christos