Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7471bd

Browse files
committed
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
1 parent 491bb81 commit a7471bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/backend/utils/mb/wchar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ pg_utf_mblen(const unsigned char *s)
571571
/*
572572
* This is an implementation of wcwidth() and wcswidth() as defined in
573573
* "The Single UNIX Specification, Version 2, The Open Group, 1997"
574-
* <http://www.UNIX-systems.org/online.html>
574+
* <http://www.unix.org/online.html>
575575
*
576576
* Markus Kuhn -- 2001-09-08 -- public domain
577577
*

src/include/c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
102102
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html
103103
* Sunpro: https://docs.oracle.com/cd/E18659_01/html/821-1384/gjzke.html
104-
* XLC: http://www-01.ibm.com/support/knowledgecenter/SSGH2K_11.1.0/com.ibm.xlc111.aix.doc/language_ref/function_attributes.html
105-
* XLC: http://www-01.ibm.com/support/knowledgecenter/SSGH2K_11.1.0/com.ibm.xlc111.aix.doc/language_ref/type_attrib.html
104+
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html
105+
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html
106106
*/
107107

108108
/* only GCC supports the unused attribute */

0 commit comments

Comments
 (0)