aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_shmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_shmem.h')
-rw-r--r--src/os/unix/ngx_shmem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/unix/ngx_shmem.h b/src/os/unix/ngx_shmem.h
index 72c54f166..85ef019b7 100644
--- a/src/os/unix/ngx_shmem.h
+++ b/src/os/unix/ngx_shmem.h
@@ -4,8 +4,8 @@
*/
-#ifndef _NGX_SHARED_H_INCLUDED_
-#define _NGX_SHARED_H_INCLUDED_
+#ifndef _NGX_SHMEM_H_INCLUDED_
+#define _NGX_SHMEM_H_INCLUDED_
#include <ngx_config.h>
@@ -23,4 +23,4 @@ ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
void ngx_shm_free(ngx_shm_t *shm);
-#endif /* _NGX_SHARED_H_INCLUDED_ */
+#endif /* _NGX_SHMEM_H_INCLUDED_ */