From 6eb752a65cd340a8cf2234d48e32770113ce2416 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sun, 12 Dec 2021 20:32:18 +0000 Subject: radamsa mutator adding freebsd specific fcntl flags. --- custom_mutators/radamsa/libradamsa.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'custom_mutators/radamsa/libradamsa.c') diff --git a/custom_mutators/radamsa/libradamsa.c b/custom_mutators/radamsa/libradamsa.c index 792eea35..e6838752 100644 --- a/custom_mutators/radamsa/libradamsa.c +++ b/custom_mutators/radamsa/libradamsa.c @@ -4473,6 +4473,10 @@ static word prim_sys(word op, word a, word b, word c) { FD_CLOEXEC, F_DUPFD, F_DUPFD_CLOEXEC, +#if defined(F_DUP2FD) + F_DUP2FD, + F_DUP2FD_CLOEXEC, +#endif F_GETFD, F_SETFD, F_GETFL, -- cgit 1.4.1