comparison src/os/win32/ngx_files.c @ 2134:13652cba8633

fix building by bcc broken in r2130
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 09:14:30 +0000
parents b5263e401884
children c7c319896bb4
comparison
equal deleted inserted replaced
2133:c505e2712e13 2134:13652cba8633
499 } 499 }
500 #endif 500 #endif
501 501
502 return NGX_OK; 502 return NGX_OK;
503 } 503 }
504
505
506 ngx_int_t
507 ngx_directio(ngx_fd_t fd)
508 {
509 return 0;
510 }