diff options
author | Noah Misch <noah@leadboat.com> | 2016-02-15 02:35:52 -0500 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2016-02-15 02:35:52 -0500 |
commit | 9449c4b1ec7114ae6927a563b43d1fbd4d5bbae4 (patch) | |
tree | 27309d81b05acb93df5368244c1d35143928ce0e /src | |
parent | 9b92e76f7b6dcdc2de6fae53a1c069297ba454fc (diff) | |
download | postgresql-9449c4b1ec7114ae6927a563b43d1fbd4d5bbae4.tar.gz postgresql-9449c4b1ec7114ae6927a563b43d1fbd4d5bbae4.zip |
Replace broken link in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/atomics/generic-xlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/atomics/generic-xlc.h b/src/include/port/atomics/generic-xlc.h index 3909ce4de73..1e8a11e291c 100644 --- a/src/include/port/atomics/generic-xlc.h +++ b/src/include/port/atomics/generic-xlc.h @@ -9,7 +9,7 @@ * * Documentation: * * Synchronization and atomic built-in functions - * http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/topic/com.ibm.xlcpp8l.doc/compiler/ref/bif_sync.htm + * http://www-01.ibm.com/support/knowledgecenter/SSGH3R_13.1.2/com.ibm.xlcpp131.aix.doc/compiler_ref/bifs_sync_atomic.html * * src/include/port/atomics/generic-xlc.h * |