| 14 |
* * |
* * |
| 15 |
***************************************************************************/ |
***************************************************************************/ |
| 16 |
|
|
|
#include "section_list.h" |
|
| 17 |
#include "log.h" |
#include "log.h" |
| 18 |
|
#include "section_list.h" |
| 19 |
#include "trie_dict.h" |
#include "trie_dict.h" |
| 20 |
|
#include <errno.h> |
| 21 |
|
#include <signal.h> |
| 22 |
#include <stdio.h> |
#include <stdio.h> |
| 23 |
|
#include <stdlib.h> |
| 24 |
#include <string.h> |
#include <string.h> |
|
#include <signal.h> |
|
| 25 |
#include <unistd.h> |
#include <unistd.h> |
| 26 |
#include <stdlib.h> |
#include <sys/ipc.h> |
|
#include <errno.h> |
|
| 27 |
#include <sys/param.h> |
#include <sys/param.h> |
| 28 |
#include <sys/sem.h> |
#include <sys/sem.h> |
| 29 |
#include <sys/shm.h> |
#include <sys/shm.h> |
|
#include <sys/ipc.h> |
|
| 30 |
|
|
| 31 |
#ifdef _SEM_SEMUN_UNDEFINED |
#ifdef _SEM_SEMUN_UNDEFINED |
| 32 |
union semun |
union semun |