1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add __pthread_clock_gettime and __pthread_clock_settime prototypes.

2001-04-21  Andreas Jaeger  <aj@suse.de>

	* internals.h: Add __pthread_clock_gettime and
	__pthread_clock_settime prototypes.
This commit is contained in:
Andreas Jaeger
2001-04-21 18:38:24 +00:00
parent e94dd73359
commit e6dcf35202
2 changed files with 8 additions and 0 deletions

View File

@@ -510,6 +510,9 @@ extern int __pthread_spin_unlock (pthread_spinlock_t *__lock);
extern int __pthread_spin_init (pthread_spinlock_t *__lock, int __pshared);
extern int __pthread_spin_destroy (pthread_spinlock_t *__lock);
extern int __pthread_clock_gettime (unsigned long long int freq, struct timespec *tp);
extern void __pthread_clock_settime (unsigned long long int offset);
/* Global pointers to old or new suspend functions */