[Bug 3877] accept4 included unconditionally

bugzilla at busybox.net bugzilla at busybox.net
Wed Mar 28 08:34:43 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=3877

--- Comment #1 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2012-03-28 08:34:43 UTC ---
I think it should rather be
-#elif defined(__NR_socketcall)
+#elif defined(__NR_socketcall) && defined __ASSUME_ACCEPT4

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list