comparison src/os/unix/ngx_linux_init.c @ 183:4c698194c56d

nginx-0.0.1-2003-11-13-19:16:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 16:16:33 +0000
parents 2e069b6e6920
children 11fbd0fc041d
comparison
equal deleted inserted replaced
182:3c49eaf3f522 183:4c698194c56d
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4
5
6 /* STUB */
7 ssize_t ngx_unix_recv(ngx_connection_t *c, char *buf, size_t size);
8 ngx_chain_t *ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in);
9 int ngx_posix_init(ngx_log_t *log);
10 4
11 5
12 char ngx_linux_kern_ostype[50]; 6 char ngx_linux_kern_ostype[50];
13 char ngx_linux_kern_osrelease[20]; 7 char ngx_linux_kern_osrelease[20];
14 8