Hide private share.h symbols
[lttng-ust.git] / include / usterr-signal-safe.h
index a2e99dafdcef3777c08906c3315fcd5f64461383..9ce6ad83c5aff667e80ba4f9f2cb9f7ca1614533 100644 (file)
@@ -13,8 +13,8 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <share.h>
-#include "lttng/ust-tid.h"
+#include <ust-share.h>
+#include "ust-tid.h"
 
 enum ust_loglevel {
        UST_LOGLEVEL_UNKNOWN = 0,
@@ -66,7 +66,7 @@ do {                                                                  \
                ____saved_errno = errno;        /* signal-safety */     \
                ust_safe_snprintf(____buf, sizeof(____buf), fmt, ## args); \
                ____buf[sizeof(____buf) - 1] = 0;                       \
-               patient_write(STDERR_FILENO, ____buf, strlen(____buf)); \
+               ust_patient_write(STDERR_FILENO, ____buf, strlen(____buf)); \
                errno = ____saved_errno;        /* signal-safety */     \
                fflush(stderr);                                         \
        }                                                               \
This page took 0.023601 seconds and 4 git commands to generate.