diff options
Diffstat (limited to 'nptl/eintr.c')
-rw-r--r-- | nptl/eintr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/eintr.c b/nptl/eintr.c index a1b4746..64e5690 100644 --- a/nptl/eintr.c +++ b/nptl/eintr.c @@ -48,6 +48,9 @@ eintr_source (void *arg) nanosleep (&ts, NULL); } + + /* NOTREACHED */ + return NULL; } |