diff options
| author | Michael Paquier | 2019-10-08 05:31:30 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-10-08 05:31:30 +0000 |
| commit | a7471bd85c05f849e88d6cfe9da3c795008e8f2e (patch) | |
| tree | 2f103d879efb5b0ea8473e92ea2b89fbcda9ebd2 /src/include/c.h | |
| parent | 491bb81fb803b0477062bb0a51edb752fa2cb396 (diff) | |
Update some outdated links about XLC and UNIX specification
Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm3Dy=dTdx8UCVw=DWbzLzmRUC1dkq45=heOZDUg3U_PtA@mail.gmail.com
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index f461628a24e..edc7822b0f5 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -101,8 +101,8 @@ * GCC: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html * GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html * Sunpro: https://docs.oracle.com/cd/E18659_01/html/821-1384/gjzke.html - * XLC: http://www-01.ibm.com/support/knowledgecenter/SSGH2K_11.1.0/com.ibm.xlc111.aix.doc/language_ref/function_attributes.html - * XLC: http://www-01.ibm.com/support/knowledgecenter/SSGH2K_11.1.0/com.ibm.xlc111.aix.doc/language_ref/type_attrib.html + * XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html + * XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html */ /* only GCC supports the unused attribute */ |
