Bug#334917: [PATCH] Re: klibc barfs on m68k syscall interface

2011-01-29 Thread Thorsten Glaser
tag 334917 = patch thanks Hi, I’ve fixed the m68k syscall of klibc and made it able to use six-argument syscalls like mmap2. However, I could not yet fully test it (only mostly; opendir() specifically fails) due to: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533 @m68k porters: Please have a

Bug#334917: [PATCH] Re: klibc barfs on m68k syscall interface

2011-01-29 Thread maximilian attems
On Sat, Jan 29, 2011 at 04:18:21PM +, Thorsten Glaser wrote: I’ve fixed the m68k syscall of klibc and made it able to use six-argument syscalls like mmap2. However, I could not yet fully test it (only mostly; opendir() specifically fails) due to:

Bug#334917: [PATCH] Re: klibc barfs on m68k syscall interface

2011-01-29 Thread Thorsten Glaser
maximilian attems dixit: well ok thanks for the effort, but please really do use git. Ah okay. I worked against the Debian package, because that is what I can test and install. The klibc git repo is at http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary git clone it and work away. Will