diff options
author | Noah Misch | 2016-02-15 07:35:52 +0000 |
---|---|---|
committer | Noah Misch | 2016-02-15 07:35:52 +0000 |
commit | 9449c4b1ec7114ae6927a563b43d1fbd4d5bbae4 (patch) | |
tree | 27309d81b05acb93df5368244c1d35143928ce0e | |
parent | 9b92e76f7b6dcdc2de6fae53a1c069297ba454fc (diff) |
Replace broken link in comment.
-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 3909ce4de7..1e8a11e291 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 * |