summaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-08-29 09:36:51 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-08-29 09:36:51 +0000
commitef6164de1d60f65039a73f5975d50b4fa10b8a5b (patch)
treef18f7bc27dee2ad232476f46825918eddc0f75fd /src/include/commands/async.h
parentdffd8cac3dd8fb99ed4299bf2ef7eddba6eeaba2 (diff)
Revert removal of signed, volatile, and signal handler arg type tests.
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index 9267fdbbf04..de9b9dc3c7c 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.15 2000/08/27 19:00:41 petere Exp $
+ * $Id: async.h,v 1.16 2000/08/29 09:36:50 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(int signum);
+extern void Async_NotifyHandler(SIGNAL_ARGS);
/*
* enable/disable processing of inbound notifies directly from signal handler.