diff options
Diffstat (limited to 'Python/thread_os2.h')
-rw-r--r-- | Python/thread_os2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/thread_os2.h b/Python/thread_os2.h index a18ce6f..86e91c1 100644 --- a/Python/thread_os2.h +++ b/Python/thread_os2.h @@ -238,7 +238,8 @@ PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) return 1; } -void PyThread_release_lock(PyThread_type_lock aLock) +void +PyThread_release_lock(PyThread_type_lock aLock) { #if !defined(PYCC_GCC) type_os2_lock lock = (type_os2_lock)aLock; |