(struct sigevent): Change type of _attribute to void*.
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 00:23:59 +0000 (00:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Dec 2002 00:23:59 +0000 (00:23 +0000)
sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
sysdeps/unix/sysv/linux/mips/bits/siginfo.h

index 2cc92ba..11da792 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 f385372..7d5cfa9 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;