[Bug 4195] accept4() declared when not implemented in some conditions

bugzilla at busybox.net bugzilla at busybox.net
Sat Sep 17 08:13:59 UTC 2011


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

Mike Frysinger <vapier at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3565|0                           |1
        is obsolete|                            |

--- Comment #2 from Mike Frysinger <vapier at gentoo.org>  ---
Comment on attachment 3565
  --> https://bugs.busybox.net/attachment.cgi?id=3565
Only declare accept4() if __ASSUME_ACCEPT4 is defined

this is not what the ASSUME define is for.  it's an internal define so that
uClibc itself can assume the kernel supports the function.  it has no bearing
on the external API.

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