diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 00:06:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 00:06:24 +0000 |
commit | 8cac677ca7d2d4d726aae797da45d06eee626ad7 (patch) | |
tree | 921d87fdb55fead0b7b6043c8926513a91615486 /io | |
parent | 49e9f864906640e913ad69f98ce6ee24776d5b8d (diff) | |
download | glibc-8cac677ca7d2d4d726aae797da45d06eee626ad7.tar.gz glibc-8cac677ca7d2d4d726aae797da45d06eee626ad7.tar.xz glibc-8cac677ca7d2d4d726aae797da45d06eee626ad7.zip |
Update.
2002-12-30 Jakub Jelinek <jakub@redhat.com> * 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.
Diffstat (limited to 'io')
-rw-r--r-- | io/sys/stat.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 <bits/types.h> /* For __mode_t and __dev_t. */ #ifdef __USE_XOPEN +# ifdef __USE_MISC +# define __need_timespec +# endif # define __need_time_t # include <time.h> /* For time_t. */ |