[Bug 3877] accept4 included unconditionally

bugzilla at busybox.net bugzilla at busybox.net
Wed Mar 28 17:44:40 UTC 2012


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

--- Comment #3 from Mike Frysinger <vapier at gentoo.org> 2012-03-28 17:44:40 UTC ---
if you have __NR_accept4 defined, then it means your kernel headers say your
target supports it.  uClibc currently binds itself to the version of the kernel
headers you built it against, so if you want to run on kernel version x.y.z,
you better use kernel headers that are x.y.z or *older*.

-- 
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