Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit497e3c9

Browse files
committed
Fix the prototype for on_exitpg()
1 parented8b7bd commit497e3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/storage/ipc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: ipc.h,v 1.14 1997/02/06 05:30:50 scrappy Exp $
9+
* $Id: ipc.h,v 1.15 1997/03/03 23:34:27 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -87,7 +87,7 @@ typedef intIpcMemoryId;
8787
/* ipc.c */
8888
externvoidexitpg(intcode);
8989
externvoidquasi_exitpg(void);
90-
externon_exitpg(void (*function)(),caddr_targ);
90+
externinton_exitpg(void (*function)(),caddr_targ);
9191

9292
externIpcSemaphoreIdIpcSemaphoreCreate(IpcSemaphoreKeysemKey,
9393
intsemNum,intpermission,intsemStartValue,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp