Use __GTHREAD_MUTEX_INIT_FUNCTION on Tru64 UNIX (PR libstdc++/51296)
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Feb 2012 18:10:12 +0000 (18:10 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Feb 2012 18:10:12 +0000 (18:10 +0000)
commitdcee68b4a3d7d21bede3a5d6bf2a900d352a6af7
treef31f06f6ad51b31b8163924847dc23f0f2afec9f
parentb65fbe250879003201cbaefe1abf54ac29c6ef51
Use __GTHREAD_MUTEX_INIT_FUNCTION on Tru64 UNIX (PR libstdc++/51296)

PR libstdc++/51296
* config/os/osf/ctype_base.h,
config/os/osf/ctype_configure_char.cc,
config/os/osf/ctype_inline.h, config/os/osf/error_constants.h:
Copy from config/os/generic.
* config/os/osf/os_defines.h: Likewise.
(_GTHREAD_USE_MUTEX_INIT_FUNC, _GTHREAD_USE_COND_INIT_FUNC):
Define.
* configure.host <osf*>: Use os/osf for os_include_dir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184108 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/osf/ctype_base.h [new file with mode: 0644]
libstdc++-v3/config/os/osf/ctype_configure_char.cc [new file with mode: 0644]
libstdc++-v3/config/os/osf/ctype_inline.h [new file with mode: 0644]
libstdc++-v3/config/os/osf/error_constants.h [new file with mode: 0644]
libstdc++-v3/config/os/osf/os_defines.h [new file with mode: 0644]
libstdc++-v3/configure.host