Fix: remove non-async-signal-safe fflush from ERR()
[lttng-ust.git] / src / common / logging.h
index c98644d87c8128c3caf2debe0e841f830c82ba22..e8762c69bdc5d01d3b363e07eb7452a859e6d9eb 100644 (file)
@@ -126,7 +126,6 @@ do {                                                                        \
                ____buf[sizeof(____buf) - 1] = 0;                       \
                ust_patient_write(STDERR_FILENO, ____buf, strlen(____buf)); \
                errno = ____saved_errno;        /* signal-safety */     \
-               fflush(stderr);                                         \
        }                                                               \
 } while (0)
 
This page took 0.022338 seconds and 4 git commands to generate.