summaryrefslogtreecommitdiff
path: root/src/include/storage/pg_sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/pg_sema.h')
-rw-r--r--src/include/storage/pg_sema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h
index 5eaf2bf582..9f8be759fb 100644
--- a/src/include/storage/pg_sema.h
+++ b/src/include/storage/pg_sema.h
@@ -72,7 +72,7 @@ extern void PGSemaphoreCreate(PGSemaphore sema);
extern void PGSemaphoreReset(PGSemaphore sema);
/* Lock a semaphore (decrement count), blocking if count would be < 0 */
-extern void PGSemaphoreLock(PGSemaphore sema, bool interruptOK);
+extern void PGSemaphoreLock(PGSemaphore sema);
/* Unlock a semaphore (increment count) */
extern void PGSemaphoreUnlock(PGSemaphore sema);