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

« back to all changes in this revision

Viewing changes to memcheck/tests/pointer-trace.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:
9
9
#include <fcntl.h>
10
10
#include <unistd.h>
11
11
 
 
12
#if !defined(MAP_NORESERVE)
 
13
#  define MAP_NORESERVE 0
 
14
#endif
 
15
 
12
16
int main()
13
17
{
14
18
        char **volatile ptrs;