~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to lib/tdb/test/run-open-during-transaction.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "../common/open.c"
21
21
#include "../common/check.c"
22
22
#include "../common/hash.c"
 
23
#include "../common/mutex.c"
23
24
#include "tap-interface.h"
24
25
#include <stdlib.h>
25
26
#include <stdbool.h>