| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e72479 commit c91d00b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,8 +68,8 @@ | |||
| 68 | 68 | #undef NO_RECVMMSG | |
| 69 | 69 | #define NO_RECVMMSG | |
| 70 | 70 | #endif | |
| 71 | - #if defined(_AIX) && !defined(_AIX72) | ||
| 72 | - /* AIX >= 7.2 provides sendmmsg() and recvmmsg(). */ | ||
| 71 | + #if defined(_AIX) | ||
| 72 | + /* Force fallback to sndmsg and recvmsg */ | ||
| 73 | 73 | #undef NO_RECVMMSG | |
| 74 | 74 | #define NO_RECVMMSG | |
| 75 | 75 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments