mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
Rename thread-* to thr-*.
From-SVN: r11664
This commit is contained in:
parent
cd9255f6d3
commit
7fb04be124
@ -118,15 +118,15 @@ objc_mutex_lock_x(_objc_mutex_t mutex, const char *f, int l)
|
||||
*/
|
||||
|
||||
#if defined(__sparc__) && defined(__svr4__) /* Solaris only code. */
|
||||
#include "thread-solaris.c"
|
||||
#include "thr-solaris.c"
|
||||
#elif defined(__sgi__) && defined(__mips__) /* IRIX only code. */
|
||||
#include "thread-irix.c"
|
||||
#include "thr-irix.c"
|
||||
#elif defined(__alpha__) && defined(__osf__) /* Alpha OSF/1 only code. */
|
||||
#include "thread-decosf1.c"
|
||||
#include "thr-decosf1.c"
|
||||
#elif defined(__WIN32__)
|
||||
#include "thread-win32.c"
|
||||
#include "thr-win32.c"
|
||||
#else /* Single threaded code. */
|
||||
#include "thread-single.c"
|
||||
#include "thr-single.c"
|
||||
#endif
|
||||
|
||||
/* End of File */
|
||||
|
Loading…
x
Reference in New Issue
Block a user