8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8b7bd commit 497e3c9Copy full SHA for 497e3c9
src/include/storage/ipc.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: ipc.h,v 1.14 1997/02/06 05:30:50 scrappy Exp $
+ * $Id: ipc.h,v 1.15 1997/03/03 23:34:27 scrappy Exp $
10
11
* NOTES
12
* This file is very architecture-specific. This stuff should actually
@@ -87,7 +87,7 @@ typedef int IpcMemoryId;
87
/* ipc.c */
88
extern void exitpg(int code);
89
extern void quasi_exitpg(void);
90
-extern on_exitpg(void (*function)(), caddr_t arg);
+extern int on_exitpg(void (*function)(), caddr_t arg);
91
92
extern IpcSemaphoreId IpcSemaphoreCreate(IpcSemaphoreKey semKey,
93
int semNum, int permission, int semStartValue,
0 commit comments