Module Name:    src
Committed By:   kamil
Date:           Fri Jul 17 15:52:16 UTC 2020

Modified Files:
        src/doc: CHANGES

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


To generate a diff of this commit:
cvs rdiff -u -r1.2716 -r1.2717 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2716 src/doc/CHANGES:1.2717
--- src/doc/CHANGES:1.2716	Fri Jul 17 06:42:56 2020
+++ src/doc/CHANGES	Fri Jul 17 15:52:16 2020
@@ -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]

Reply via email to