mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
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.
This commit is contained in:
@@ -15,31 +15,19 @@ struct kernel_stat
|
||||
unsigned long int st_size;
|
||||
unsigned long int st_blksize;
|
||||
unsigned long int st_blocks;
|
||||
unsigned long int st_atime;
|
||||
unsigned long int __unused1;
|
||||
#define _HAVE___UNUSED1
|
||||
unsigned long int st_mtime;
|
||||
unsigned long int __unused2;
|
||||
#define _HAVE___UNUSED2
|
||||
unsigned long int st_ctime;
|
||||
unsigned long int __unused3;
|
||||
#define _HAVE___UNUSED3
|
||||
struct timespec st_atim;
|
||||
struct timespec st_mtim;
|
||||
struct timespec st_ctim;
|
||||
unsigned long int __unused4;
|
||||
#define _HAVE___UNUSED4
|
||||
unsigned long int __unused5;
|
||||
#define _HAVE___UNUSED5
|
||||
};
|
||||
|
||||
#define _HAVE_STAT___UNUSED1
|
||||
#define _HAVE_STAT___UNUSED2
|
||||
#define _HAVE_STAT___UNUSED3
|
||||
#define _HAVE_STAT___UNUSED4
|
||||
#define _HAVE_STAT___UNUSED5
|
||||
#define _HAVE_STAT___PAD1
|
||||
#define _HAVE_STAT___PAD2
|
||||
#define _HAVE_STAT64___UNUSED1
|
||||
#define _HAVE_STAT64___UNUSED2
|
||||
#define _HAVE_STAT64___UNUSED3
|
||||
#define _HAVE_STAT64___PAD1
|
||||
#define _HAVE_STAT64___PAD2
|
||||
#define _HAVE_STAT64___ST_INO
|
||||
|
Reference in New Issue
Block a user