about summary refs log tree commit diff
path: root/nptl/eintr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/eintr.c')
-rw-r--r--nptl/eintr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/eintr.c b/nptl/eintr.c
index a1b47467ca..64e5690981 100644
--- a/nptl/eintr.c
+++ b/nptl/eintr.c
@@ -48,6 +48,9 @@ eintr_source (void *arg)
 
       nanosleep (&ts, NULL);
     }
+
+  /* NOTREACHED */
+  return NULL;
 }