Skip to content

Commit 66f512b

Browse files
Lakshmi-Surekhabluca
authored andcommitted
AIX doesn't support MSG_DONTWAIT
1 parent 3a1af92 commit 66f512b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testutil.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* SPDX-License-Identifier: MPL-2.0 */
22

3+
#ifdef _AIX
4+
#define MSG_DONTWAIT MSG_NONBLOCK
5+
#endif
6+
37
#ifndef __TESTUTIL_HPP_INCLUDED__
48
#define __TESTUTIL_HPP_INCLUDED__
59

0 commit comments

Comments
 (0)