projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tdb2: tdb_foreach()
[ccan]
/
ccan
/
failtest
/
failtest_override.h
diff --git
a/ccan/failtest/failtest_override.h
b/ccan/failtest/failtest_override.h
index 0d71312c4a63f2820214231ea804988f30cd106f..eee45ff17682332720285763255ee2a57e0ca435 100644
(file)
--- a/
ccan/failtest/failtest_override.h
+++ b/
ccan/failtest/failtest_override.h
@@
-3,6
+3,9
@@
#define CCAN_FAILTEST_OVERRIDE_H
/* This file is included before the source file to test. */
#include "config.h"
#define CCAN_FAILTEST_OVERRIDE_H
/* This file is included before the source file to test. */
#include "config.h"
+#if HAVE_FILE_OFFSET_BITS
+#define _FILE_OFFSET_BITS 64
+#endif
/* Replacement of allocators. */
#include <stdlib.h>
/* Replacement of allocators. */
#include <stdlib.h>