comparison src/os/win32/ngx_files.h @ 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 25add486e7aa
children be9887d15b8e
comparison
equal deleted inserted replaced
2133:c505e2712e13 2134:13652cba8633
214 214
215 ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce, 215 ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce,
216 off_t offset, ngx_pool_t *pool); 216 off_t offset, ngx_pool_t *pool);
217 217
218 218
219 #define ngx_directio(fd) 0 219 ngx_int_t ngx_directio(ngx_fd_t fd);
220 #define ngx_directio_n "ngx_directio_n" 220 #define ngx_directio_n "ngx_directio_n"
221 221
222 222
223 #endif /* _NGX_FILES_H_INCLUDED_ */ 223 #endif /* _NGX_FILES_H_INCLUDED_ */