diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-26 15:43:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-26 15:43:58 +0000 |
commit | 665a657ef1aec8a605aa33e46a4f701e2fd9eba3 (patch) | |
tree | 441d4af5b24e41b89ac388542af7c3dab37e0d52 /sysdeps/unix/sysv/linux/sparc/sparc64/bits | |
parent | 48ab6a9e31c7ed9767ebdfad76a14f508135581f (diff) | |
download | glibc-665a657ef1aec8a605aa33e46a4f701e2fd9eba3.tar glibc-665a657ef1aec8a605aa33e46a4f701e2fd9eba3.tar.gz glibc-665a657ef1aec8a605aa33e46a4f701e2fd9eba3.tar.bz2 glibc-665a657ef1aec8a605aa33e46a4f701e2fd9eba3.zip |
Update.
1998-10-26 Ulrich Drepper <drepper@cygnus.com>
* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h index 6093eba084..a26cac8064 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 <bits/pthreadtypes.h> #endif |