Annotation of embedaddon/nginx/src/os/unix/ngx_linux.h, revision 1.1

1.1     ! misho       1: 
        !             2: /*
        !             3:  * Copyright (C) Igor Sysoev
        !             4:  * Copyright (C) Nginx, Inc.
        !             5:  */
        !             6: 
        !             7: 
        !             8: #ifndef _NGX_LINUX_H_INCLUDED_
        !             9: #define _NGX_LINUX_H_INCLUDED_
        !            10: 
        !            11: 
        !            12: ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
        !            13:     off_t limit);
        !            14: 
        !            15: extern int ngx_linux_rtsig_max;
        !            16: 
        !            17: 
        !            18: #endif /* _NGX_LINUX_H_INCLUDED_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>