Skip to content

Commit e47ee51

Browse files
committed
Add _cupsRWDestroy stub for the no-threading case.
1 parent 0871f34 commit e47ee51

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

cups/thread.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,17 @@ _cupsMutexUnlock(_cups_mutex_t *mutex) /* I - Mutex */
475475
}
476476

477477

478+
/*
479+
* '_cupsRWDestroy()' - Destroy a reader/writer lock.
480+
*/
481+
482+
void
483+
_cupsRWDestroy(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */
484+
{
485+
(void)rwlock;
486+
}
487+
488+
478489
/*
479490
* '_cupsRWInit()' - Initialize a reader/writer lock.
480491
*/

0 commit comments

Comments
 (0)