about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-11-12 09:24:16 +0000
committerDavid Carlier <devnexen@gmail.com>2019-11-12 09:24:16 +0000
commit3ceb67946571789d720c8a2be26317f66ed61082 (patch)
treeaa1b8cb73b67401b05192fc3aad90f0bf70236b9 /src
parent760d4991f331c1a6719ce82df9b612e94c9a387c (diff)
downloadafl++-3ceb67946571789d720c8a2be26317f66ed61082.tar.gz
libradamsa forgotten possible undefined symbol.
Note: do not know if it should be upstreamed first or not though...
Diffstat (limited to 'src')
-rw-r--r--src/third_party/libradamsa/libradamsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/libradamsa/libradamsa.c b/src/third_party/libradamsa/libradamsa.c
index edaeafc1..89074e89 100644
--- a/src/third_party/libradamsa/libradamsa.c
+++ b/src/third_party/libradamsa/libradamsa.c
@@ -1864,6 +1864,9 @@ static const unsigned char heap[] = {2,3,4,105,111,116,97,2,3,7,112,97,116,116,1
 #ifndef O_RSYNC
 #define O_RSYNC 0
 #endif
+#ifndef O_DSYNC
+#define O_DSYNC 0
+#endif
 #ifndef O_SEARCH
 #define O_SEARCH 0
 #endif