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 14-05-2014 17:30, 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.
>
> 	* sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
> 	* nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
>
> --- a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c
> +++ /dev/null
> @@ -1 +0,0 @@
> -#include "../i386/fork.c"
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/powerpc/fork.h
> @@ -0,0 +1 @@
> +#include <sysdeps/unix/sysv/linux/i386/fork.h>
>
Thanks for checking on this.  Now you have started this cleanup, I think it it
time to cleanup powerpc code as well.  I'll check on this.


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