Skip to content
Snippets Groups Projects
Commit a433f22c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix args to match prototype.

parent f29e0201
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.1.1.1 1996/07/09 06:21:19 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.2 1996/10/05 20:30:31 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -133,11 +133,7 @@ static void ClearPendingNotify(void); ...@@ -133,11 +133,7 @@ static void ClearPendingNotify(void);
* none * none
*/ */
void void
#if defined(PORTNAME_linux) Async_NotifyHandler(SIGNAL_ARGS)
Async_NotifyHandler(int i)
#else
Async_NotifyHandler()
#endif
{ {
extern TransactionState CurrentTransactionState; extern TransactionState CurrentTransactionState;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment