aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nacl/kernel-features.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-20Remove the bulk of the NaCl port.Zack Weinberg1-21/+0
The NaCl port has not been actively maintained since before the 2.25 release. The complementary GCC back-end was never contributed to GCC, and we are given to understand that the current NaCl SDK has switched to Clang and therefore cannot be used to build glibc anymore, so we doubt that the port remains useful. This commit simply removes the sysdeps/arm/nacl and sysdeps/nacl directories and the abi-tags entry. Remove the NaCl port. * abi-tags: Remove .*-.*-nacl.* entry. * sysdeps/arm/nacl: Remove directory and contents. * sysdeps/nacl: Likewise.
2017-04-19Assume that accept4 is always available and worksFlorian Weimer1-4/+0
Simplify the Linux accept4 implementation based on the assumption that it is available in some way. __ASSUME_ACCEPT4_SOCKETCALL was previously unused, so remove it. For ia64, the accept4 system call (and socket call) were backported in kernel version 3.2.18. Reflect this in the installation instructions.
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-2/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-17Add arm-nacl port.Roland McGrath1-0/+28