Hide private share.h symbols
[lttng-ust.git] / include / usterr-signal-safe.h
index 478ad1f89bda55f1034bdc2133255c91d97bb3cf..9ce6ad83c5aff667e80ba4f9f2cb9f7ca1614533 100644 (file)
@@ -13,7 +13,7 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <share.h>
+#include <ust-share.h>
 #include "ust-tid.h"
 
 enum ust_loglevel {
@@ -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.024877 seconds and 4 git commands to generate.