From 8cac677ca7d2d4d726aae797da45d06eee626ad7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Dec 2002 00:06:24 +0000 Subject: Update. 2002-12-30 Jakub Jelinek * forward.c: Make all functions available by default again. It caused too much trouble. * internals.h (struct pthread_functions): Rename ptr_pthread_exit and ptr_pthread_attr_init_2_* to ptr___pthread_exit and ptr___pthread_attr_init_2_*. * pthread.c (pthread_functions): Adjust. --- io/sys/stat.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'io/sys') diff --git a/io/sys/stat.h b/io/sys/stat.h index 32a3889da2..3136dd96b8 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1991,1992,1995-1999,2000,2001,2002 - Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1995-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 @@ -29,6 +28,9 @@ #include /* For __mode_t and __dev_t. */ #ifdef __USE_XOPEN +# ifdef __USE_MISC +# define __need_timespec +# endif # define __need_time_t # include /* For time_t. */ -- cgit v1.2.3