~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to none/tests/sigstackgrowth.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <sys/types.h>
5
5
#include <unistd.h>
6
6
 
 
7
#if defined(_AIX) && !defined(SA_NOMASK)
 
8
# define SA_NOMASK 0
 
9
#endif
 
10
 
7
11
static char *deep;
8
12
 
9
13
#define SIZE    (4*1024*1024)