2 * SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg)
11 static void post_shmget(int childno
)
13 if (shm
->syscall
[childno
].retval
== (unsigned long) -1L)
16 shmctl(shm
->syscall
[childno
].retval
, IPC_RMID
, NULL
);
19 struct syscallentry syscall_shmget
= {