From 79abd73eee470d52690ca398906074f2be84c05b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 27 Aug 2000 19:00:41 +0000 Subject: Remove configure tests for `signed', `volatile', and signal handler args; the harm potential outweighs the possible benefits. --- src/include/commands/async.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/async.h') diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 75fa5b29ec..9267fdbbf0 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.14 2000/05/31 00:28:37 petere Exp $ + * $Id: async.h,v 1.15 2000/08/27 19:00:41 petere Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,7 @@ extern void AtCommit_Notify(void); extern void AtAbort_Notify(void); /* signal handler for inbound notifies (SIGUSR2) */ -extern void Async_NotifyHandler(SIGNAL_ARGS); +extern void Async_NotifyHandler(int signum); /* * enable/disable processing of inbound notifies directly from signal handler. -- cgit v1.2.1