aboutsummaryrefslogtreecommitdiff
path: root/nptl/pt-tcdrain.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pt-tcdrain.c')
-rw-r--r--nptl/pt-tcdrain.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/nptl/pt-tcdrain.c b/nptl/pt-tcdrain.c
index 65af7b8092..ba1c4b77b4 100644
--- a/nptl/pt-tcdrain.c
+++ b/nptl/pt-tcdrain.c
@@ -27,12 +27,9 @@
int
tcdrain (int fd)
{
- int oldtype;
- int result;
+ int oldtype = CANCEL_ASYNC ();
- CANCEL_ASYNC (oldtype);
-
- result = __libc_tcdrain (fd);
+ int result = __libc_tcdrain (fd);
CANCEL_RESET (oldtype);