about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-05 00:44:01 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-05 00:44:01 +0000
commit33b5d0cc7fe59c963efc7d450d4cf631712be73f (patch)
tree0b0f13b321ae8f93f556fef68e05a13f63c879b0 /sysdeps/unix/sysv/linux/sparc/bits
parentabbd6175b483bec001a425d11362e4824ecf6c7d (diff)
downloadglibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.tar.gz
glibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.tar.xz
glibc-33b5d0cc7fe59c963efc7d450d4cf631712be73f.zip
Update.
2002-12-05  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/tls.h: Include stdlib.h.
	* sysdeps/x86_64/tls.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/siginfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
index da2aed678f..3fe38d79c2 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
@@ -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;