~ubuntu-branches/ubuntu/utopic/ltrace/utopic-proposed

« back to all changes in this revision

Viewing changes to summary.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-28 16:44:35 UTC
  • mfrom: (1.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090728164435-d88mottol5xryqk7
Tags: 0.5.3-2ubuntu1
* Merge from debian unstable, remaining changes: LP: #404856
  - Add lpia to architecture list.
  - Use libelf-dev instead of libelfg0-dev
  - Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE in debian/rules CFLAGS.
    The configure script has a bug where it can't properly cope with the need
    to define these before detecting the use of elfutils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#if HAVE_CONFIG_H
2
1
#include "config.h"
3
 
#endif
4
2
 
5
3
#include <stdio.h>
6
4
#include <stdlib.h>
7
5
#include <sys/time.h>
8
6
 
9
 
#include "ltrace.h"
10
 
#include "options.h"
11
 
 
12
 
#ifdef USE_DEMANGLE
13
 
#include "demangle.h"
14
 
#endif
 
7
#include "common.h"
15
8
 
16
9
static int num_entries = 0;
17
10
static struct entry_st {