From: Ulrich Drepper Date: Mon, 26 Oct 1998 15:43:18 +0000 (+0000) Subject: Include bits/pthreadtypes.h only not for POSIX 199506. X-Git-Tag: glibc-2.16-ports-before-merge~3037 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ad427949d159fd79bc4b422851c173113ab96b72;p=glibc.git Include bits/pthreadtypes.h only not for POSIX 199506. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h index aee9d046ec..6a1e846263 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/mips/bits/types.h b/sysdeps/unix/sysv/linux/mips/bits/types.h index e32dadf57f..6629366c30 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