gthr-posix.h (__gthrw): Fix typo in comment.
* gthr-posix.h (__gthrw): Fix typo in comment. From-SVN: r111414
This commit is contained in:
parent
879dda1a44
commit
efbbbb61ee
@ -1,4 +1,9 @@
|
||||
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.
|
||||
|
@ -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 reference to symbol foo. */
|
||||
#define __gthrw(name) __gthrw2(name,name)
|
||||
|
||||
/* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
|
||||
|
Loading…
Reference in New Issue
Block a user