diff options
Diffstat (limited to 'linuxthreads/sysdeps/pthread/timer_routines.c')
-rw-r--r-- | linuxthreads/sysdeps/pthread/timer_routines.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index ef66ac32aa..32e3dbbbb9 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -450,6 +450,8 @@ thread_func (void *arg) forever - but we have to add it for proper nesting. */ pthread_cleanup_pop (1); + /* NOTREACHED */ + return NULL; } |