patches/strace/4.5.15/140-mips-sprintsigmask-fix.patch
author Arnaud Lacombe <lacombar@gmail.com>
Tue Aug 03 06:17:51 2010 +0200 (2010-08-03)
changeset 2064 f5ebe8c429dc
parent 746 b150d6f590fc
permissions -rw-r--r--
libc/uClibc: add uClibc 0.9.30.3

This version has been released a couple of month ago, but it never reached
crosstool-ng tree. This may be linked to the fact that the current 0.9.30.2,
once patched, has nothing much different from 0.9.30.3, released.

I'm not including any patch with this upgrade, on purpose.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
     1 diff -dur strace-4.5.15.orig/signal.c strace-4.5.15/signal.c
     2 --- strace-4.5.15.orig/signal.c	2007-01-11 23:08:38.000000000 +0100
     3 +++ strace-4.5.15/signal.c	2007-07-14 19:24:43.000000000 +0200
     4 @@ -1440,7 +1440,7 @@
     5  	  	tcp->u_rval = tcp->u_error = 0;
     6  		if(tcp->u_arg[0] == 0)
     7  		  	return 0;
     8 -		tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1]);
     9 +		tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1], 0);
    10  		return RVAL_NONE | RVAL_STR;
    11  	}
    12  	return 0;