This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [COMMITTED PATCH] Fix powerpc fork after i386 reorganization.


On Wed, 2014-05-14 at 21:05 +0000, Joseph S. Myers wrote:
> On Wed, 14 May 2014, Roland McGrath wrote:
> 
> > When I was fiddling with the i386 fork.[ch] I failed to notice the powerpc
> > dependency on the old file.  This should fix it, but is untested.
> 
> MIPS is using it as well.

Roland,

It looks like you changed this for MIPS but my build is still failing:



In file included from ../sysdeps/unix/sysv/linux/mips/fork.h:1:0,
                 from cxa_finalize.c:22:
../sysdeps/unix/sysv/linux/i386/fork.h:27:23: fatal error: fork.h: No such file or directory
 #include_next <fork.h>
                       ^
compilation terminated.


I am not sure what fork.h the include_next should be finding.

Steve Ellcey
sellcey@mips.com


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