2003-01-23 Roland McGrath <roland@redhat.com>
* util.c [LINUX && SPARC]: Do renaming kludges around <asm/reg.h> like signal.c does.
This commit is contained in:
parent
6ee7d1fc01
commit
4db2624c8f
11
util.c
11
util.c
@ -72,7 +72,13 @@
|
||||
|
||||
#if defined(LINUX) && defined(SPARC)
|
||||
|
||||
#include <asm/reg.h>
|
||||
# define fpq kernel_fpq
|
||||
# define fq kernel_fq
|
||||
# define fpu kernel_fpu
|
||||
# include <asm/reg.h>
|
||||
# undef fpq
|
||||
# undef fq
|
||||
# undef fpu
|
||||
|
||||
#if !defined(__GLIBC__)
|
||||
|
||||
@ -608,7 +614,8 @@ char *laddr;
|
||||
/* Ran into 'end of memory' - stupid "printpath" */
|
||||
return 0;
|
||||
}
|
||||
perror("ptrace: umoven");
|
||||
if (addr != 0)
|
||||
perror("ptrace: umoven");
|
||||
return -1;
|
||||
}
|
||||
started = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user