diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-05 21:33:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-05 21:33:41 +0000 |
commit | 328a48c5791aa2fd4ca223e8d75e923382656663 (patch) | |
tree | fd75398cb30ce708cfe25ca458917e4801903b9c /nptl/sysdeps/pthread/pthread.h | |
parent | 9a79284e48dcca1b72bdef10eedd9c838c205426 (diff) | |
download | glibc-328a48c5791aa2fd4ca223e8d75e923382656663.tar.gz glibc-328a48c5791aa2fd4ca223e8d75e923382656663.tar.xz glibc-328a48c5791aa2fd4ca223e8d75e923382656663.zip |
2005-04-05 Jakub Jelinek <jakub@redhat.com>
* sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use __inline instead of inline. * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
Diffstat (limited to 'nptl/sysdeps/pthread/pthread.h')
-rw-r--r-- | nptl/sysdeps/pthread/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h index 57024e1e84..18ece7096f 100644 --- a/nptl/sysdeps/pthread/pthread.h +++ b/nptl/sysdeps/pthread/pthread.h @@ -527,7 +527,7 @@ class __pthread_cleanup_class function the compiler is free to decide inlining the change when needed or fall back on the copy which must exist somewhere else. */ -extern inline void +extern __inline void __pthread_cleanup_routine (struct __pthread_cleanup_frame *__frame) { if (__frame->__do_it) |