> >Maybe you can apply it?
> 
> Uploaded, thanks.

Thank you!
I noticed it failed to build for you.
That's my fault and sorry for that.
I missed the hunk for select.
I locally had patched select, but the temporary original file was named
"select.S,org" (note the comma!) instead of "select.S.org", so my
gendiff run didn't picked up the change for you.
Anyway, here it is.
Maybe you can simply add this hunk to the end of the patch I sent
earlier:

diff -up ./parisc/select.S.org ./parisc/select.S
--- ./parisc/select.S.org       2024-07-09 11:07:24.616000000 +0000
+++ ./parisc/select.S   2024-07-09 11:08:13.640000000 +0000
@@ -1,3 +1,3 @@
 #include "syscalls.h"
 
-syscall5(select, select);
+syscall(select, select);


> >(btw, upstream dietlibc is dead?)
> 
> dead-ish, but in general, unresponsive to requests to apply the
> patches we have in Debian; I tried to reach out multiple times
> over the years since 2011 and never got a response. Our entire
> ARM support totally differs from upstream’s by now even… 🙀
> however it works, so I’ve not switched to the latter.
> 
> I think, by now, it’s mostly on life support but works good enough
> to justify not throwing it away.

OK, I assumed something like this.

Helge

Reply via email to