1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
2002-12-28  Ulrich Drepper  <drepper@redhat.com>

	* misc/sys/cdefs.h (__attribute_deprecated__): New #define.
This commit is contained in:
Ulrich Drepper
2002-12-28 22:19:04 +00:00
parent b25a62a8a3
commit 3b7ed87125
29 changed files with 120 additions and 124 deletions

View File

@ -24,10 +24,6 @@
# include <linuxthreads/internals.h>
#endif
#if defined FLOATING_STACKS && USE___THREAD
# define MULTIPLE_THREADS_OFFSET 20
#endif
#if !defined NOT_IN_libc || defined IS_IN_libpthread
# undef PSEUDO
@ -88,7 +84,7 @@
#endif
# ifndef ASSEMBLER
# if defined MULTIPLE_THREADS_OFFSET && defined PIC
# if defined FLOATING_STACKS && USE___THREAD && defined PIC
# define SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
p_header.data.multiple_threads) == 0, 1)
@ -99,7 +95,7 @@ extern int __local_multiple_threads attribute_hidden;
# else
# if !defined PIC
# define SINGLE_THREAD_P cmpl $0, __local_multiple_threads
# elif defined MULTIPLE_THREADS_OFFSET
# elif defined FLOATING_STACKS && USE___THREAD
# define SINGLE_THREAD_P cmpl $0, %gs:MULTIPLE_THREADS_OFFSET
# else
# if !defined HAVE_HIDDEN || !USE___THREAD

View File

@ -23,8 +23,6 @@
# include <linuxthreads/internals.h>
#endif
#define MULTIPLE_THREADS_OFFSET 40
#if !defined NOT_IN_libc || defined IS_IN_libpthread
# undef PSEUDO

View File

@ -23,8 +23,6 @@
# include <linuxthreads/internals.h>
#endif
#define MULTIPLE_THREADS_OFFSET 20
#if !defined NOT_IN_libc || defined IS_IN_libpthread
# undef PSEUDO

View File

@ -23,8 +23,6 @@
# include <linuxthreads/internals.h>
#endif
#define MULTIPLE_THREADS_OFFSET 40
#if !defined NOT_IN_libc || defined IS_IN_libpthread
# undef PSEUDO