libc: Added ppoll() wrapper around native pollts(2)

This commit is contained in:
kamil 2020-07-17 15:52:16 +00:00
parent cfa66197c1
commit 8af10a1e6a

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2716 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2717 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -256,3 +256,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
ERLITE -> OCTEON
INSTALL_ERLITE -> INSTALL_OCTEON
[simonb 20200715]
libc: Added ppoll() wrapper around native pollts(2) [kamil 20200717]