From: Ulrich Drepper Date: Wed, 26 Mar 2003 04:45:41 +0000 (+0000) Subject: Remove struct __pthread_attr_s forward declaration. X-Git-Tag: cvs/glibc-2_3_3~1072 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722aab6e7cdf194f877d1fec924410db49da5b23;p=thirdparty%2Fglibc.git Remove struct __pthread_attr_s forward declaration. --- diff --git a/sysdeps/unix/sysv/linux/bits/siginfo.h b/sysdeps/unix/sysv/linux/bits/siginfo.h index 0ea0dc54a9c..c52e699f082 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;