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

« back to all changes in this revision

Viewing changes to coregrind/pub_core_libcproc.h

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   This file is part of Valgrind, a dynamic binary instrumentation
8
8
   framework.
9
9
 
10
 
   Copyright (C) 2000-2011 Julian Seward
 
10
   Copyright (C) 2000-2012 Julian Seward
11
11
      jseward@acm.org
12
12
 
13
13
   This program is free software; you can redistribute it and/or
84
84
extern void VG_(do_atfork_parent) ( ThreadId tid );
85
85
extern void VG_(do_atfork_child)  ( ThreadId tid );
86
86
 
 
87
// icache invalidation
 
88
extern void VG_(invalidate_icache) ( void *ptr, SizeT nbytes );
 
89
 
 
90
 
87
91
#endif   // __PUB_CORE_LIBCPROC_H
88
92
 
89
93
/*--------------------------------------------------------------------*/