-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Morton wrote: > I'll confess to not having a clue what's going on here.
It has been discussed at length. accept created file descriptors and we need flags for tis. >> #elif __i386__ >> #define SYS_ACCEPT4 18 >> #define USE_SOCKETCALL 1 >> #define SOCK_CLOEXEC O_CLOEXEC >> #else > > Well. This doesn't actually agree with the kernel patch. What doesn't agree? > I'd suggest that i386 is sufficiently common to warrant its inclusion > in the initial patch. The x86 code is included. x86 uses socketcall instead of a syscall. I changed all paccept occurrences in the tree, not just x86-64. - -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkkGk6MACgkQ2ijCOnn/RHSwSgCfeb/PGDCm2qy0ZESqWb8wgyhX cHoAoIIXvhBjdxcj2gy09eQBzNKOTwCU =QSFh -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
