search for: e1d201d

Displaying 3 results from an estimated 3 matches for "e1d201d".

Did you mean: 11d201
2006 May 08
0
[patch] s390 syscall.c declare err
...ch/s390/syscall.c:10: error: parameter name omitted usr/klibc/arch/s390/syscall.c:12: error: 'err' undeclared (first use in this function) Signed-off-by: maximilian attems <maks@sternwelten.at> diff --git a/usr/klibc/arch/s390/syscall.c b/usr/klibc/arch/s390/syscall.c index 60fab13..e1d201d 100644 --- a/usr/klibc/arch/s390/syscall.c +++ b/usr/klibc/arch/s390/syscall.c @@ -7,7 +7,7 @@ */ #include <errno.h> -unsigned long __syscall_common(unsigned long) +unsigned long __syscall_common(unsigned long err) { if (err < -4095UL) return err;
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
...(%r1) # restore all saved registers + ld %f5,96(%r1) + ld %f3,88(%r1) + ld %f1,80(%r1) + lmg %r6,%r15,0(%r1) + br %r14 # return to restored address + + .size longjmp,.-longjmp + +#endif diff --git a/usr/klibc/arch/s390/syscall.c b/usr/klibc/arch/s390/syscall.c new file mode 100644 index 0000000..e1d201d --- /dev/null +++ b/usr/klibc/arch/s390/syscall.c @@ -0,0 +1,16 @@ +/* + * arch/s390/syscall.c + * + * Common error-handling path for system calls. + * The return value from __syscall_common becomes the + * return value from the system call. + */ +#include <errno.h> + +unsigned long __syscall...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: