]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 00:44:01 +0000 (00:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 00:44:01 +0000 (00:44 +0000)
2002-12-05  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/i386/tls.h: Include stdlib.h.
* sysdeps/x86_64/tls.h: Likewise.

nptl/ChangeLog
nptl/sysdeps/i386/tls.h
nptl/sysdeps/x86_64/tls.h
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
sysdeps/unix/sysv/linux/bits/siginfo.h
sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
sysdeps/unix/sysv/linux/mips/bits/siginfo.h
sysdeps/unix/sysv/linux/s390/bits/siginfo.h
sysdeps/unix/sysv/linux/sparc/bits/siginfo.h

index 00a96f4b71df7d811ee59d96fe4a6344deeccc15..a25ecccc135e8aa51d7e012c5a95e6942d366330 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/i386/tls.h: Include stdlib.h.
+       * sysdeps/x86_64/tls.h: Likewise.
+
 2002-12-04  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile (tests): Add tst-locale2.
index 4c3a73effc45c09cd11b2141018800212160a8a6..34783649b261cb4b0efc87aa77853047bcb5a592 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef __ASSEMBLER__
 # include <stddef.h>
 # include <stdint.h>
+# include <stdlib.h>
 
 
 /* Type for the dtv.  */
index 8a4b718cf004ba143d3ce526d7de47b64b87175c..af3d202d5bd214c2414a4a4b03191fe23f32d0f6 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef __ASSEMBLER__
 # include <stddef.h>
 # include <stdint.h>
+# include <stdlib.h>
 
 
 /* Type for the dtv.  */
index 2cc92babba2d5e4d4f24cb7b297dbf2a9502845a..11da79215e85b0a66ce6ec20578916aa38a07613 100644 (file)
@@ -1,5 +1,5 @@
 /* siginfo_t, sigevent and constants.  Linux/Alpha version.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -282,8 +282,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.  */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
index 70a8c217e81c3b43e84b8f49f3a7624bc1e75581..4d1087d33b18060811999459368010080650224b 100644 (file)
@@ -1,5 +1,5 @@
-/* siginfo_t, sigevent and constants.  Linux/SPARC version.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+/* siginfo_t, sigevent and constants.  Linux version.
+   Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -282,8 +282,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.  */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
index 45006fcbc4570aefcc8189fa274feca30c95ffc5..5dd964cf3af70dd076a10b184f3ce613c7ecdd08 100644 (file)
@@ -1,5 +1,5 @@
 /* siginfo_t, sigevent and constants.  Linux/ia64 version.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
 
@@ -309,8 +309,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.  */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
index f385372bd0e1d7f03076cf09e252443677619473..7d5cfa9c3d13720730b8ec9e1c64927fab3ab7fc 100644 (file)
@@ -1,5 +1,5 @@
 /* siginfo_t, sigevent and constants.  Linux/MIPS version.
-   Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -271,8 +271,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.  */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
index 1df3732624d23cd3ef88bc98929f0d3a1e1c69a7..82fd7339ee5bd1c1d9e3a769e3e898be8251d88c 100644 (file)
@@ -284,8 +284,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.    */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
index da2aed678faa92a4d96f3f0dbc675e6a62afb176..3fe38d79c27fa3b914bf9a730e12f5f59e1cae32 100644 (file)
@@ -1,5 +1,5 @@
 /* siginfo_t, sigevent and constants.  Linux/SPARC version.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -291,8 +291,8 @@ typedef struct sigevent
 
        struct
          {
-           void (*_function) (sigval_t);         /* Function to start.  */
-           struct __pthread_attr_s *_attribute;  /* Really pthread_attr_t.  */
+           void (*_function) (sigval_t);       /* Function to start.  */
+           void *_attribute;                   /* Really pthread_attr_t.  */
          } _sigev_thread;
       } _sigev_un;
   } sigevent_t;
This page took 0.068319 seconds and 5 git commands to generate.