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: [PATCH] Fix msgrcv() on sparc64


From: Aurelien Jarno <aurelien@aurel32.net>
Date: Fri, 26 Feb 2010 22:45:31 +0100

> msgrcv() does not work on sparc64, as it passes the 6th argument using
> the ipc kludge, while the kernel waits for a 6 arguments syscall. This
> patches fixes the problem by using a sparc64 specific version of
> msgrcv.c.
> 
> 2010-02-26  Aurelien Jarno  <aurelien@aurel32.net>
>  
> 	* sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.

Thanks for your patch, I'll look into this.

Several years ago I worked with Tom Callaway to fix several
bugs in this area on the kernel side.  It's entirely possible
we inadvertantly broke this back then.

So I want to check that out first.

Thanks again!


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