diff options
| author | hexcoder- <heiko@hexco.de> | 2020-02-08 18:11:57 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-02-08 18:11:57 +0100 |
| commit | 312732bdbe50e67ad900ae5e4fe7696c7b3f753c (patch) | |
| tree | 2c95978b661d39e633b446617354981a9477cb2c /src/third_party | |
| parent | e6685436d8c8e5a346b3aa10b9d28098c1ca2dd7 (diff) | |
| download | afl++-312732bdbe50e67ad900ae5e4fe7696c7b3f753c.tar.gz | |
more portability for (solaris-based OpenIndiana)
Diffstat (limited to 'src/third_party')
| -rw-r--r-- | src/third_party/libradamsa/libradamsa.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/third_party/libradamsa/libradamsa.c b/src/third_party/libradamsa/libradamsa.c index be3050b1..f3677fa7 100644 --- a/src/third_party/libradamsa/libradamsa.c +++ b/src/third_party/libradamsa/libradamsa.c @@ -2405,7 +2405,11 @@ static word prim_sys(word op, word a, word b, word c) { EOPNOTSUPP, EOVERFLOW, EOWNERDEAD, EPERM, EPIPE, EPROTO, EPROTONOSUPPORT, EPROTOTYPE, ERANGE, EROFS, ESPIPE, ESRCH, ESTALE, ETIME, ETIMEDOUT, ETXTBSY, EWOULDBLOCK, EXDEV, SEEK_SET, SEEK_CUR, SEEK_END, O_EXEC, O_RDONLY, O_RDWR, - O_SEARCH, O_WRONLY, O_APPEND, O_CLOEXEC, O_CREAT, O_DIRECTORY, O_DSYNC, O_EXCL, + O_SEARCH, O_WRONLY, O_APPEND, O_CLOEXEC, O_CREAT, +#if defined O_DIRECTORY + O_DIRECTORY, +#endif + O_DSYNC, O_EXCL, O_NOCTTY, O_NOFOLLOW, O_NONBLOCK, O_RSYNC, O_SYNC, O_TRUNC, O_TTY_INIT, O_ACCMODE, FD_CLOEXEC, F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD, F_SETFD, F_GETFL, F_SETFL, F_GETOWN, F_SETOWN, F_GETLK, F_SETLK, F_SETLKW, F_RDLCK, F_UNLCK, F_WRLCK, CLOCK_MONOTONIC, |
