git-svn-id: http://svn.openzap.org/svn/openzap/trunk@57 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-05-21 02:41:36 +00:00
parent 424f6107a6
commit d072950e7d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct zap_mutex {
#define ZAP_THREAD_CALLING_CONVENTION
struct zap_mutex {
pthread_zap_mutex_t mutex;
pthread_mutex_t mutex;
};
#endif