mirror of git://sourceware.org/git/glibc.git
2007-08-03 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h: (__local_multiple_threads): Declare as hidden only in libc and in libpthread.
This commit is contained in:
parent
5cfc3d44a5
commit
57165d450f
|
@ -1,3 +1,9 @@
|
||||||
|
2007-08-03 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h:
|
||||||
|
(__local_multiple_threads): Declare as hidden only in libc and
|
||||||
|
in libpthread.
|
||||||
|
|
||||||
2007-07-28 Carlos O'Donell <carlos@systemhalted.org>
|
2007-07-28 Carlos O'Donell <carlos@systemhalted.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Remove.
|
* sysdeps/unix/sysv/linux/hppa/nptl/internaltypes.h: Remove.
|
||||||
|
|
|
@ -206,7 +206,11 @@ L(pre_end): ASM_LINE_SEP \
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifndef __ASSEMBLER__
|
# ifndef __ASSEMBLER__
|
||||||
extern int __local_multiple_threads attribute_hidden;
|
# if !defined NOT_IN_libc || defined IS_IN_libpthread
|
||||||
|
extern int __local_multiple_threads attribute_hidden;
|
||||||
|
# else
|
||||||
|
extern int __local_multiple_threads;
|
||||||
|
# endif
|
||||||
# define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
|
# define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
|
||||||
# else
|
# else
|
||||||
/* This ALT version requires newer kernel support */
|
/* This ALT version requires newer kernel support */
|
||||||
|
|
Loading…
Reference in New Issue