]> git.pld-linux.org Git - packages/uClibc.git/blob - uClibc-syscallerror.patch
- tabs in preamble
[packages/uClibc.git] / uClibc-syscallerror.patch
1 diff -urP uClibc-0.9.28/libc/sysdeps/linux/powerpc/__syscall_error.c uClibc-0.9.28-syscallerror/libc/sysdeps/linux/powerpc/__syscall_error.c
2 --- uClibc-0.9.28/libc/sysdeps/linux/powerpc/__syscall_error.c  2005-08-18 00:49:42.000000000 +0200
3 +++ uClibc-0.9.28-syscallerror/libc/sysdeps/linux/powerpc/__syscall_error.c     2005-09-19 10:07:47.000000000 +0200
4 @@ -22,7 +22,7 @@
5  
6  /* This routine is jumped to by all the syscall handlers, to stash
7   * an error number into errno.  */
8 -int attribute_hidden __syscall_error(int err_no)
9 +int __syscall_error(int err_no)
10  {
11         __set_errno(err_no);
12         return -1;
This page took 0.026302 seconds and 3 git commands to generate.