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
efbbbb61
Commit
efbbbb61
authored
Feb 24, 2006
by
Roger Sayle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gthr-posix.h (__gthrw): Fix typo in comment.
* gthr-posix.h (__gthrw): Fix typo in comment. From-SVN: r111414
parent
879dda1a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+6
-1
gcc/gthr-posix.h
+1
-1
No files found.
gcc/ChangeLog
View file @
efbbbb61
2005-10-20 Geoffrey Keating <geoffk@apple.com>
2006-02-23 Roger Sayle <roger@eyesopen.com>
Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* gthr-posix.h (__gthrw): Fix typo in comment.
2006-02-23 Geoffrey Keating <geoffk@apple.com>
* doc/cpp.texi (Character sets): Document that we do support
input files to be in any character set.
...
...
gcc/gthr-posix.h
View file @
efbbbb61
...
...
@@ -67,7 +67,7 @@ typedef pthread_mutex_t __gthread_recursive_mutex_t;
# define __gthrw_(name) name
#endif
/* Typically, __gthrw_foo is a weak refernce to symbol foo. */
/* Typically, __gthrw_foo is a weak refer
e
nce to symbol foo. */
#define __gthrw(name) __gthrw2(name,name)
/* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
...
...
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