Fix args to match prototype.

This commit is contained in:
Bruce Momjian 1996-10-05 20:30:31 +00:00
parent f29e02017a
commit a433f22c24
1 changed files with 2 additions and 6 deletions

View File

@ -7,7 +7,7 @@
*
*
* 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);
* none
*/
void
#if defined(PORTNAME_linux)
Async_NotifyHandler(int i)
#else
Async_NotifyHandler()
#endif
Async_NotifyHandler(SIGNAL_ARGS)
{
extern TransactionState CurrentTransactionState;