Remove struct __pthread_attr_s forward declaration.

This commit is contained in:
Ulrich Drepper 2003-03-26 04:45:41 +00:00
parent 859e708f0e
commit 722aab6e7c

View 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;