Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxnix/ipc.c')
-rw-r--r--src/libs/zbxnix/ipc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/zbxnix/ipc.c b/src/libs/zbxnix/ipc.c
index 207e0d76e43..8912f356437 100644
--- a/src/libs/zbxnix/ipc.c
+++ b/src/libs/zbxnix/ipc.c
@@ -23,8 +23,6 @@
/******************************************************************************
* *
- * Function: zbx_shm_create *
- * *
* Purpose: Create block of shared memory *
* *
* Parameters: size - size *
@@ -51,8 +49,6 @@ int zbx_shm_create(size_t size)
/******************************************************************************
* *
- * Function: zbx_shm_destroy *
- * *
* Purpose: Destroy block of shared memory *
* *
* Parameters: shmid - Shared memory identifier *