aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lttng-ust/glibc-strerr-r.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lttng-ust/glibc-strerr-r.patch')
-rw-r--r--testing/lttng-ust/glibc-strerr-r.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/lttng-ust/glibc-strerr-r.patch b/testing/lttng-ust/glibc-strerr-r.patch
deleted file mode 100644
index fa774139d9..0000000000
--- a/testing/lttng-ust/glibc-strerr-r.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lttng-ust-2.8.0.orig/include/usterr-signal-safe.h
-+++ lttng-ust-2.8.0/include/usterr-signal-safe.h
-@@ -106,7 +106,7 @@
- #define ERR(fmt, args...) ERRMSG("Error: " fmt, ## args)
- #define BUG(fmt, args...) ERRMSG("BUG: " fmt, ## args)
-
--#if !defined(__linux__) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !defined(_GNU_SOURCE))
-+#if !defined(__GLIBC__) || ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !defined(_GNU_SOURCE))
- /*
- * Version using XSI strerror_r.
- */