Module Name: src
Committed By: rmind
Date: Thu Dec 19 19:40:59 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Mention POSIX shared memory support.
To generate a diff of this commit:
cvs rdiff -u -r1.1865 -r1.1866 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.1865 src/doc/CHANGES:1.1866
--- src/doc/CHANGES:1.1865 Sun Dec 1 20:02:43 2013
+++ src/doc/CHANGES Thu Dec 19 19:40:59 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1865 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1866 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -313,3 +313,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
MPFR: Updated to MPFR 3.1.2. [mrg 20131128]
GMP: Updated to GMP 5.1.3. [mrg 20131129]
file(1): Updated to 5.16. [christos 20131201]
+ librt: Added shm_open(3) and shm_unlink(3). [rmind 20131219]