diff options
Diffstat (limited to 'sysdeps/pthread/tst-cancel20.c')
-rw-r--r-- | sysdeps/pthread/tst-cancel20.c | 2 |
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); } |