~ubuntu-branches/ubuntu/trusty/libibverbs/trusty-updates

« back to all changes in this revision

Viewing changes to src/ibverbs.h

  • Committer: Bazaar Package Importer
  • Author(s): Roland Dreier
  • Date: 2009-10-29 14:19:02 UTC
  • mto: (3.1.2 sid) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20091029141902-0if1qqzgpryp6mhu
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#endif /* HAVE_VALGRIND_MEMCHECK_H */
50
50
 
51
51
#ifndef VALGRIND_MAKE_MEM_DEFINED
52
 
#  define VALGRIND_MAKE_MEM_DEFINED(addr,len)
 
52
#  define VALGRIND_MAKE_MEM_DEFINED(addr, len)
53
53
#endif
54
54
 
55
55
#define HIDDEN          __attribute__((visibility ("hidden")))