Search
j0ke.net Open Build Service
>
Projects
>
GFS
:
experimental
>
openais
> revision-1464.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File revision-1464.patch of Package openais (Revision 1)
Currently displaying revision
1
,
show latest
Index: exec/timer.c =================================================================== --- exec/timer.c (revision 1455) +++ exec/timer.c (revision 1464) @@ -177,7 +177,7 @@ int res; int unlock; - if (pthread_equal (pthread_self(), expiry_thread) == 0) { + if (pthread_equal (pthread_self(), expiry_thread) != 0) { unlock = 0; } else { unlock = 1; @@ -209,7 +209,7 @@ int res; int unlock; - if (pthread_equal (pthread_self(), expiry_thread) == 0) { + if (pthread_equal (pthread_self(), expiry_thread) != 0) { unlock = 0; } else { unlock = 1;