This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.0.7 is broken.


> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> > But they are in the kernel.
> 
> Then the kernel people finally should pay a little more attention to
> these matters.
> 

I don't know to fix it. Kernel needs those macros. But glibc
redefines them. It is like

kernel:

#define PTRACE_TRACEME 0

and glibc:

enum __ptrace_request
{
  PTRACE_TRACEME = 0,
  .....
};

I don't see why kernel should change.



-- 
H.J. Lu (hjl@gnu.org)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]