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