Merge commit 'upstream/1.4'
[debian/gzip] / lib / error.c
index c79e8d42cb30f51c5284529dc2713065e9736a3c..7e7ac2a73c5995e52044ff4ae13f97fb6dc339b4 100644 (file)
@@ -261,6 +261,7 @@ error (int status, int errnum, const char *message, ...)
      cancellation.  Therefore disable cancellation for now.  */
   int state = PTHREAD_CANCEL_ENABLE;
   __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
+
                    0);
 #endif