diff options
Diffstat (limited to 'src/os/unix/ngx_socket.h')
-rw-r--r-- | src/os/unix/ngx_socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/unix/ngx_socket.h b/src/os/unix/ngx_socket.h index 2a602d2be..b4be76240 100644 --- a/src/os/unix/ngx_socket.h +++ b/src/os/unix/ngx_socket.h @@ -8,8 +8,6 @@ typedef int ngx_socket_t; -#define ngx_init_sockets - #define ngx_socket(af, type, proto, flags) socket(af, type, proto) #define ngx_socket_n "socket()" |