mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 07:51:06 +00:00
d90a3c0ca5
This commit syncs the patches applied to ltrace with debian: https://sources.debian.net/src/ltrace/0.7.3-5/debian/patches/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
18 lines
462 B
Diff
18 lines
462 B
Diff
From: Juan Cespedes <cespedes@debian.org>
|
|
Description: fixed FTBFS on alpha
|
|
don't include "debug.h" twice
|
|
Last-Update: 2014-01-02
|
|
Bug-Debian: http://bugs.debian.org/678721
|
|
|
|
|
|
--- ltrace-0.7.3.orig/sysdeps/linux-gnu/alpha/trace.c
|
|
+++ ltrace-0.7.3/sysdeps/linux-gnu/alpha/trace.c
|
|
@@ -29,7 +29,6 @@
|
|
|
|
#include "proc.h"
|
|
#include "common.h"
|
|
-#include "debug.h"
|
|
|
|
#if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
|
|
# define PTRACE_PEEKUSER PTRACE_PEEKUSR
|