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
5f79ec0e
Commit
5f79ec0e
authored
Apr 04, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include thr.h, not thread.h.
From-SVN: r11665
parent
7fb04be1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/objc/objc-api.h
+1
-1
gcc/objc/runtime.h
+2
-2
No files found.
gcc/objc/objc-api.h
View file @
5f79ec0e
...
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "objc/objc.h"
#include "objc/objc.h"
#include "objc/hash.h"
#include "objc/hash.h"
#include "objc/thr
ead
.h"
#include "objc/thr.h"
#include <stdio.h>
#include <stdio.h>
/* For functions which return Method_t */
/* For functions which return Method_t */
...
...
gcc/objc/runtime.h
View file @
5f79ec0e
...
@@ -37,10 +37,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
...
@@ -37,10 +37,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "objc/objc.h"
/* core data types */
#include "objc/objc.h"
/* core data types */
#include "objc/objc-api.h"
/* runtime api functions */
#include "objc/objc-api.h"
/* runtime api functions */
#include "objc/thr
ead.h"
/* thread and mutex support */
#include "objc/thr
.h"
/* thread and mutex support */
#include "objc/hash.h"
/* hash structures */
#include "objc/hash.h"
/* hash structures */
#include "objc/objc-list.h"
/* linear lists */
#include "objc/objc-list.h"
/* linear lists */
extern
void
__objc_add_class_to_hash
(
Class
);
/* (objc-class.c) */
extern
void
__objc_add_class_to_hash
(
Class
);
/* (objc-class.c) */
extern
void
__objc_init_selector_tables
();
/* (objc-sel.c) */
extern
void
__objc_init_selector_tables
();
/* (objc-sel.c) */
...
...
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