about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-26 04:45:41 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-26 04:45:41 +0000
commit722aab6e7cdf194f877d1fec924410db49da5b23 (patch)
tree56b03ee61487a39d031e430063f4dd61a5228354 /sysdeps
parent859e708f0e44d50deff617c7fd939f4fba295afb (diff)
downloadglibc-722aab6e7cdf194f877d1fec924410db49da5b23.tar.gz
glibc-722aab6e7cdf194f877d1fec924410db49da5b23.tar.xz
glibc-722aab6e7cdf194f877d1fec924410db49da5b23.zip
Remove struct __pthread_attr_s forward declaration.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/bits/siginfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h
index 0ea0dc54a9..c52e699f08 100644
--- a/sysdeps/unix/sysv/linux/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/bits/siginfo.h
@@ -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;