mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Solaris has AT_FDCWD defined to unsigned value, and comparison of a file descriptor with it causes warnings in modern versions of gcc. Explicitly cast AT_FDCWD to ngx_fd_t to resolve these warnings.