diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-11-27 11:40:49 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-11-29 14:08:26 +0100 |
commit | 9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc (patch) | |
tree | a2afd07ced2da313c5cdc6183bb1ea7e832d9a7e /salhelper | |
parent | a55d15e27f4290b9aaf5597161b2b3c5200d3f85 (diff) |
Rename Mac OS X to official name macOS in comments and documentation
Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95
Reviewed-on: https://gerrit.libreoffice.org/64102
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/gcc3.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/salhelper/source/gcc3.map b/salhelper/source/gcc3.map index 54c5eb4fa51d..3d0d90d4aae0 100644 --- a/salhelper/source/gcc3.map +++ b/salhelper/source/gcc3.map @@ -34,7 +34,7 @@ UDK_3_0_0 { # should have been UDK_3.0 # Introducing a question mark at the end because of # marginal type discrepancy there is a difference in the - # mangled name between Linux and Mac OS X, see #i69351# + # mangled name between Linux and macOS, see #i69351# _ZN9salhelper21SimpleReferenceObjectnwE?; # salhelper::SimpleReferenceObject::operator new (std::size_t) _ZNK9salhelper18ORealDynamicLoader6getApiEv; @@ -55,7 +55,7 @@ UDK_3.1 { # Introducing a wildcard right in the middle because due to # marginal type discrepancy there is a difference in the - # mangled name between Linux and Mac OS X see #i69351# + # mangled name between Linux and macOS see #i69351# _ZN9salhelper21SimpleReferenceObjectnwE?RKSt9nothrow_t; # salhelper::SimpleReferenceObject::operator new (std::size_t, std::nothrow_t const&) _ZN9salhelper9ConditionC1ERN3osl5MutexE; |