aboutsummaryrefslogtreecommitdiffstats
path: root/community/lttng-tools/unistd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lttng-tools/unistd.patch')
-rw-r--r--community/lttng-tools/unistd.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/lttng-tools/unistd.patch b/community/lttng-tools/unistd.patch
deleted file mode 100644
index 85bc27ab283..00000000000
--- a/community/lttng-tools/unistd.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-mergerd as : https://github.com/lttng/lttng-tools/commit/8f14767d33f786d895e50633fb46b880249b6c54
-
---- a/src/common/kernel-probe.c
-+++ b/src/common/kernel-probe.c
-@@ -20,7 +20,7 @@
- #include <lttng/kernel-probe.h>
- #include <sys/stat.h>
- #include <sys/types.h>
--#include <sys/unistd.h>
-+#include <unistd.h>
-
- static
- int lttng_kernel_probe_location_address_serialize(
---- a/src/common/userspace-probe.c
-+++ b/src/common/userspace-probe.c
-@@ -20,7 +20,7 @@
- #include <lttng/userspace-probe-internal.h>
- #include <sys/stat.h>
- #include <sys/types.h>
--#include <sys/unistd.h>
-+#include <unistd.h>
-
- static
- int lttng_userspace_probe_location_function_set_binary_fd_handle(