Skip to content

Commit 2e6623d

Browse files
davek-cygwinDave Korn
authored and
Dave Korn
committed
os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition.
* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide empty definition. From-SVN: r155008
1 parent 364f9c6 commit 2e6623d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

libstdc++-v3/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2009-12-05 Dave Korn <[email protected]>
2+
3+
* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
4+
empty definition.
5+
16
2009-12-03 Paolo Carlini <[email protected]>
27

38
PR libstdc++/42261

libstdc++-v3/config/os/hpux/os_defines.h

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
// Use macro form of ctype functions to ensure __SB_masks is defined.
3737
#define _SB_CTYPE_MACROS 1
3838

39+
// This would be defaulted in the main c++config header if we didn't
40+
// define it here, but it has to be defined before we can use the
41+
// namespace macros, so we have to define it to nothing here instead.
42+
#define _GLIBCXX_PSEUDO_VISIBILITY(V)
43+
3944
/* HP-UX, for reasons unknown choose to use a different name for
4045
the string to [unsigned] long long conversion routines.
4146

0 commit comments

Comments
 (0)