|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
* |
|
|
|
|
* Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* $Id: ipc.h,v 1.27 1998/06/27 04:53:49 momjian Exp $ |
|
|
|
|
* $Id: ipc.h,v 1.28 1998/06/27 13:24:21 momjian Exp $ |
|
|
|
|
* |
|
|
|
|
* NOTES |
|
|
|
|
* This file is very architecture-specific. This stuff should actually |
|
|
|
|
@ -75,7 +75,7 @@ extern void proc_exit(int code); |
|
|
|
|
extern void shmem_exit(int code); |
|
|
|
|
extern int on_shmem_exit(void (*function) (), caddr_t arg); |
|
|
|
|
extern int on_proc_exit(void (*function) (), caddr_t arg); |
|
|
|
|
extern void clear_proc_exit(void); |
|
|
|
|
extern void on_exit_reset(void); |
|
|
|
|
|
|
|
|
|
extern IpcSemaphoreId |
|
|
|
|
IpcSemaphoreCreate(IpcSemaphoreKey semKey, |
|
|
|
|
|