diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-18 14:58:03 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-18 14:59:30 -0400 |
commit | 4b2fb104f92ce6ba78bf8773c98618227ff36a56 (patch) | |
tree | ee5071ecd9e971e05b383be2c14ff1731d25fd7d /README.hpux | |
parent | 46f0524960d2a80b138741b95930e4aa1ffa15c4 (diff) | |
download | perl-4b2fb104f92ce6ba78bf8773c98618227ff36a56.tar.gz |
Add a note about the HP-UX "internal linkage" warning.
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.hpux b/README.hpux index 6f65c6b22d..3fe142d489 100644 --- a/README.hpux +++ b/README.hpux @@ -661,6 +661,15 @@ best fix is to patch the header to match: #define INT64_C(__c) __CONCAT_L__(__c,l) +=head1 Redeclaration of "sendpath" with a different storage class specifier + +The following compilation warnings seem to be unavoidable but harmless: + + cc: "/usr/include/sys/socket.h", line 535: warning 562: Redeclaration of "sendfile" with a different storage class specifier: "sendfile" will have internal linkage. + cc: "/usr/include/sys/socket.h", line 536: warning 562: Redeclaration of "sendpath" with a different storage class specifier: "sendpath" will have internal linkage. + +They seem to be caused by broken system header files, and also other +open source projects are seeing them. =head1 Miscellaneous |