about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-cancel20.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-cancel20.c')
-rw-r--r--sysdeps/pthread/tst-cancel20.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/pthread/tst-cancel20.c b/sysdeps/pthread/tst-cancel20.c
index 1d5c53049b..93f287aa4f 100644
--- a/sysdeps/pthread/tst-cancel20.c
+++ b/sysdeps/pthread/tst-cancel20.c
@@ -84,8 +84,6 @@ tf_body (void)
       exit (1);
     }
 
-  read (fd[0], &c, 1);
-
   pthread_cleanup_pop (0);
 }