Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7fb04be1
Commit
7fb04be1
authored
Apr 04, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename thread-* to thr-*.
From-SVN: r11664
parent
cd9255f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/objc/thr.c
+5
-5
No files found.
gcc/objc/thr.c
View file @
7fb04be1
...
...
@@ -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 "thr
ead
-solaris.c"
#include "thr-solaris.c"
#elif defined(__sgi__) && defined(__mips__)
/* IRIX only code. */
#include "thr
ead
-irix.c"
#include "thr-irix.c"
#elif defined(__alpha__) && defined(__osf__)
/* Alpha OSF/1 only code. */
#include "thr
ead
-decosf1.c"
#include "thr-decosf1.c"
#elif defined(__WIN32__)
#include "thr
ead
-win32.c"
#include "thr-win32.c"
#else
/* Single threaded code. */
#include "thr
ead
-single.c"
#include "thr-single.c"
#endif
/* End of File */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment