diff options
author | Michael Jeanson <mjeanson@efficios.com> | 2016-05-26 15:49:40 -0500 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-06-14 08:53:48 +0200 |
commit | ef7649497e06f4dfc4db78f52d53bae50c01b7e4 (patch) | |
tree | ea77087331954cd25d22b8933929bd84d3b81bae /testing/lttng-ust/limits-h.patch | |
parent | c78fe2211cba6b9b7d48fb41e4539651cd586f9b (diff) | |
download | aports-ef7649497e06f4dfc4db78f52d53bae50c01b7e4.tar.bz2 aports-ef7649497e06f4dfc4db78f52d53bae50c01b7e4.tar.xz |
testing/lttng-ust: new aport
https://lttng.org
LTTng 2.0 Userspace Tracer
Diffstat (limited to 'testing/lttng-ust/limits-h.patch')
-rw-r--r-- | testing/lttng-ust/limits-h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lttng-ust/limits-h.patch b/testing/lttng-ust/limits-h.patch new file mode 100644 index 0000000000..6492823a09 --- /dev/null +++ b/testing/lttng-ust/limits-h.patch @@ -0,0 +1,11 @@ +--- lttng-ust-2.8.0.orig/tests/ust-elf/prog.c ++++ lttng-ust-2.8.0/tests/ust-elf/prog.c +@@ -16,7 +16,7 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +-#include <linux/limits.h> ++#include <limits.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |