Merge pull request #108 from devnexen/radamsa_mutator_upd

libradamsa forgotten possible undefined symbol.
This commit is contained in:
van Hauser
2019-11-12 10:27:41 +01:00
committed by GitHub

View File

@ -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