blob: eb1bf767f3a4be764454f48bc608de77750ac94c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- shmap/shmap_internals.h.orig Thu Jul 11 13:16:52 2002
+++ shmap/shmap_internals.h Thu Jul 11 13:17:13 2002
@@ -85,12 +85,14 @@
#define CORE_LOCK(l,m) if ( l != NULL ) _core_lock(l,SHMAP_LOCK_WRITE);
#define CORE_UNLOCK(l) if ( l != NULL ) _core_unlock(l);
+#if 0
union semun {
int val; /* value for SETVAL */
struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */
unsigned short int *array; /* array for GETALL, SETALL */
struct seminfo *__buf;
};
+#endif
/**
* Module pointer definitions
|