ossp-pkg/pth/ChangeLog 1.541 -> 1.542
--- ChangeLog 2001/03/24 14:51:03 1.541
+++ ChangeLog 2001/03/24 15:46:32 1.542
@@ -21,6 +21,15 @@
Changes between 1.4a3 and 1.4a4 (29-Jul-2000 to 24-Mar-2001)
+ *) Adjusted all pthread_attr_getXXXX() functions to use a "const
+ pthread_attr_t *" as the first argument instead of "pthread_attr_t
+ *" to fully-conform to POSIX/SUSv2.
+ [Ralf S. Engelschall, Bill Apt <babt@us.ibm.com>]
+
+ *) Added ENOSYS-stubs for pthread_attr_{set,get}guardsize()
+ to the Pthread API to be more complete with POSIX/SUSv2 specs.
+ [Ralf S. Engelschall, Bill Apt <babt@us.ibm.com>]
+
*) Added still missing soft system call mapping to Pth and Pthread
APIs for functions recv(2), send(2), recvfrom(2) and sendto(2).
[Ralf S. Engelschall, Bill Apt <babt@us.ibm.com>]
|
|