From f8009e178605d986055d6d7fd9487a69e6d1dd1d Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 4 Oct 1996 20:17:11 +0000 Subject: The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS --- src/include/commands/async.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/include/commands/async.h') diff --git a/src/include/commands/async.h b/src/include/commands/async.h index c55cff2be8..bb500942e3 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.1 1996/08/28 07:21:41 scrappy Exp $ + * $Id: async.h,v 1.2 1996/10/04 20:16:52 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -15,11 +15,7 @@ #include "nodes/memnodes.h" -#if defined(PORTNAME_linux) -extern void Async_NotifyHandler(int); -#else -extern void Async_NotifyHandler(void); -#endif +extern void Async_NotifyHandler(SIGNAL_ARGS); extern void Async_Notify(char *relname); extern void Async_NotifyAtCommit(void); extern void Async_NotifyAtAbort(void); -- cgit v1.2.1