diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
commit | 757f9fcb6f5f87d650e862226a197f1e872f904c (patch) | |
tree | b2152cebb6777723d41b43c2c047d0f0fd7b88a2 /nptl/eintr.c | |
parent | Update. (diff) | |
download | glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.gz glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.bz2 glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.zip |
Update.
* iconv/iconv_prog.c (main): Unify messages.
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 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; } |