mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
98bc4decde
Signed-off-by: Alexey Neyman <stilor@att.net>
22 lines
513 B
Diff
22 lines
513 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
|
|
|
|
|
|
---
|
|
sysdeps/linux-gnu/alpha/trace.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/sysdeps/linux-gnu/alpha/trace.c
|
|
+++ b/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
|