patches/strace/4.5.15/140-mips-sprintsigmask-fix.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 03 21:11:41 2009 +0000 (2009-01-03)
changeset 1112 c72aecd1a9ef
parent 746 b150d6f590fc
permissions -rw-r--r--
Get rid of all stuff related to building a /delivery' traball:
- building a delivery tarball has long been broken (since crostool-Ng is installable)
- get rid of implied do_print_filename, that can be mis-leading now tarballs can not be built

/trunk/scripts/build/kernel/bare-metal.sh | 4 0 4 0 ----
/trunk/scripts/build/kernel/linux.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/tools/100-libelf.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/200-sstrip.sh | 11 1 10 0 +----------
/trunk/scripts/build/binutils.sh | 4 0 4 0 ----
/trunk/scripts/build/cc/gcc.sh | 5 0 5 0 -----
/trunk/scripts/build/debug/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/debug/100-dmalloc.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/400-ltrace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/300-gdb.sh | 7 0 7 0 -------
/trunk/scripts/build/debug/500-strace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/200-duma.sh | 4 0 4 0 ----
/trunk/scripts/build/libc/none.sh | 5 0 5 0 -----
/trunk/scripts/build/libc/glibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/libc/uClibc.sh | 6 0 6 0 ------
/trunk/scripts/build/libc/eglibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/gmp.sh | 6 0 6 0 ------
/trunk/scripts/build/mpfr.sh | 6 0 6 0 ------
/trunk/docs/overview.txt | 9 0 9 0 ---------
20 files changed, 1 insertion(+), 128 deletions(-)
yann@257
     1
diff -dur strace-4.5.15.orig/signal.c strace-4.5.15/signal.c
yann@257
     2
--- strace-4.5.15.orig/signal.c	2007-01-11 23:08:38.000000000 +0100
yann@257
     3
+++ strace-4.5.15/signal.c	2007-07-14 19:24:43.000000000 +0200
yann@257
     4
@@ -1440,7 +1440,7 @@
yann@257
     5
 	  	tcp->u_rval = tcp->u_error = 0;
yann@257
     6
 		if(tcp->u_arg[0] == 0)
yann@257
     7
 		  	return 0;
yann@257
     8
-		tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1]);
yann@257
     9
+		tcp->auxstr = sprintsigmask("mask now ", tcp->u_arg[1], 0);
yann@257
    10
 		return RVAL_NONE | RVAL_STR;
yann@257
    11
 	}
yann@257
    12
 	return 0;