diff options
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r-- | linuxthreads/internals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index fbe0ea35d2..27d4789cc8 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -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 */ |