mirror of https://github.com/c-ares/c-ares.git
Issue: When building a 32bit target with large file support HP-UX <sys/socket.h> header file may simultaneously provide two different sets of declarations for sendfile and sendpath functions, one with static and another with external linkage. Given that we do not use mentioned functions we really don't care which linkage is the appropriate one, but on the other hand, the double declaration emmits warnings when using the HP-UX compiler and errors when using modern gcc versions resulting in fatal compilation errors. Mentioned issue is now fixed as long as we don't use sendfile nor sendpath functions.pull/10/head
parent
0c677f578e
commit
4ed0fc2d44
1 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue