From: Ulrich Drepper Date: Mon, 26 Oct 1998 15:43:58 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~27979 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=665a657ef1aec8a605aa33e46a4f701e2fd9eba3;p=external%2Fglibc.git Update. 1998-10-26 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/types.h: Include bits/pthreadtypes.h only not for POSIX 199506. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 64d024a..5c35704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-10-26 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/types.h: Include + bits/pthreadtypes.h only not for POSIX 199506. + * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise. + 1998-10-26 Mark Kettenis * sysdeps/unix/sysv/linux/Versions: Move shutdown ... diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h index aee9d04..6a1e846 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/types.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/types.h @@ -120,7 +120,7 @@ typedef long int __intptr_t; /* Now add the thread types. */ -#if defined __USE_POSIX199506 || defined __USE_UNIX98 +#ifdef __USE_UNIX98 # include #endif diff --git a/sysdeps/unix/sysv/linux/bits/types.h b/sysdeps/unix/sysv/linux/bits/types.h index 1543ff7..d95746a 100644 --- a/sysdeps/unix/sysv/linux/bits/types.h +++ b/sysdeps/unix/sysv/linux/bits/types.h @@ -144,7 +144,7 @@ typedef int __intptr_t; /* Now add the thread types. */ -#if defined __USE_POSIX199506 || defined __USE_UNIX98 +#ifdef __USE_UNIX98 # include #endif diff --git a/sysdeps/unix/sysv/linux/mips/bits/types.h b/sysdeps/unix/sysv/linux/mips/bits/types.h index e32dadf..6629366 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/types.h +++ b/sysdeps/unix/sysv/linux/mips/bits/types.h @@ -144,7 +144,7 @@ typedef int __intptr_t; /* Now add the thread types. */ -#if defined __USE_POSIX199506 || defined __USE_UNIX98 +#ifdef __USE_UNIX98 # include #endif diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h index 6093eba..a26cac8 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h @@ -132,7 +132,7 @@ typedef long int __intptr_t; /* Now add the thread types. */ -#if defined __USE_POSIX199506 || defined __USE_UNIX98 +#ifdef __USE_UNIX98 # include #endif