diff options
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r-- | linuxthreads/internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index c56829684e..ab6b66a857 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -288,7 +288,7 @@ int __pthread_manager(void *reqfd); void __pthread_manager_sighandler(int sig); void __pthread_reset_main_thread(void); void __fresetlockfiles(void); - +void __pthread_manager_adjust_prio(int thread_prio); /* Prototypes for the function without cancelation support when the normal version has it. */ |