mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -107,8 +107,10 @@ typedef __timer_t timer_t;
|
||||
#undef __need_timer_t
|
||||
|
||||
|
||||
#if !defined __timespec_defined && \
|
||||
((defined _TIME_H && defined __USE_POSIX199309) || defined __need_timespec)
|
||||
#if !defined __timespec_defined && \
|
||||
((defined _TIME_H && \
|
||||
(defined __USE_POSIX199309 || defined __USE_MISC)) || \
|
||||
defined __need_timespec)
|
||||
# define __timespec_defined 1
|
||||
|
||||
/* POSIX.1b structure for a time value. This is like a `struct timeval' but
|
||||
|
Reference in New Issue
Block a user