/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> u_char ngx_linux_kern_ostype[50]; u_char ngx_linux_kern_osrelease[50]; static ngx_os_io_t ngx_linux_io = …; ngx_int_t ngx_os_specific_init(ngx_log_t *log) { … } void ngx_os_specific_status(ngx_log_t *log) { … }