#include <stdio.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/ipc.h>#include <sys/shm.h>#include <stdlib.h>#include <unistd.h>#include <signal.h>#include <errno.h>#include "test.h"#include "usctest.h"Go to the source code of this file.
Defines | |
| #define | SIZE 0x32768 |
Functions | |
| int | child (int) |
| int | rm_shm (int) |
| void | fini (int) |
| int | main (int argc, char *argv[]) |
| int | rm_shm (shmid) |
Variables | |
| char * | TCID = "shmt10" |
| int | TST_TOTAL = 2 |
| int | Tst_count |
| int | shmid |
| key_t | key |
1.5.8