diff options
Diffstat (limited to 'src/os/unix/ngx_shared.h')
-rw-r--r-- | src/os/unix/ngx_shared.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/os/unix/ngx_shared.h b/src/os/unix/ngx_shared.h deleted file mode 100644 index 29e4a33d5..000000000 --- a/src/os/unix/ngx_shared.h +++ /dev/null @@ -1,18 +0,0 @@ - -/* - * Copyright (C) Igor Sysoev - */ - - -#ifndef _NGX_SHARED_H_INCLUDED_ -#define _NGX_SHARED_H_INCLUDED_ - - -#include <ngx_config.h> -#include <ngx_core.h> - - -void *ngx_create_shared_memory(size_t size, ngx_log_t *log); - - -#endif /* _NGX_SHARED_H_INCLUDED_ */ |