Remove struct __pthread_attr_s forward declaration.
authorUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 2003 04:45:41 +0000 (04:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 2003 04:45:41 +0000 (04:45 +0000)
sysdeps/unix/sysv/linux/bits/siginfo.h

index 0ea0dc5..c52e699 100644 (file)
@@ -269,9 +269,6 @@ enum
 #  define __SIGEV_PAD_SIZE     ((__SIGEV_MAX_SIZE / sizeof (int)) - 3)
 # endif
 
-/* Forward declaration of the `pthread_attr_t' type.  */
-struct __pthread_attr_s;
-
 typedef struct sigevent
   {
     sigval_t sigev_value;