]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 26 Oct 1998 15:43:58 +0000 (15:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 26 Oct 1998 15:43:58 +0000 (15:43 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h
sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h

index 64d024abd780809a83840dc43ef8751af484d492..5c3570445608b4b21821a7965e97d74d1298b5a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>
 
        * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
index aee9d046ec56db5c85228570a76a5af0fcf0983e..6a1e846263cd46f514951ce5055dfc3d1b77f3cd 100644 (file)
@@ -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 <bits/pthreadtypes.h>
 #endif
 
index 1543ff7c34c17a1333bd6470e5640e6b5adacabd..d95746a53d72234cde1292f332681d566070f026 100644 (file)
@@ -144,7 +144,7 @@ typedef int __intptr_t;
 
 
 /* Now add the thread types.  */
-#if defined __USE_POSIX199506 || defined __USE_UNIX98
+#ifdef __USE_UNIX98
 # include <bits/pthreadtypes.h>
 #endif
 
index e32dadf57fc58378e40e43210e1521b53c70df59..6629366c303c9b3007a0ad7c7425b71f6fc7f3ce 100644 (file)
@@ -144,7 +144,7 @@ typedef int __intptr_t;
 
 
 /* Now add the thread types.  */
-#if defined __USE_POSIX199506 || defined __USE_UNIX98
+#ifdef __USE_UNIX98
 # include <bits/pthreadtypes.h>
 #endif
 
index 6093eba084096399c3d1ff24f0c12432e6430774..a26cac8064db300445ad088d2d8cbac57de7012b 100644 (file)
@@ -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
 
This page took 0.056282 seconds and 5 git commands to generate.