1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-30 17:41:16 +03:00
* attr.c (__pthread_attr_setguardsize): Don't round guardsize
	here.  Reported by Bruce <bruce@puremagic.com>.
This commit is contained in:
Ulrich Drepper
2000-10-30 07:39:54 +00:00
parent 56c511b54b
commit 31879cd8d2

View File

@@ -1,5 +1,8 @@
2000-10-29 Ulrich Drepper <drepper@redhat.com>
* attr.c (__pthread_attr_setguardsize): Don't round guardsize
here. Reported by Bruce <bruce@puremagic.com>.
* linuxthreads.texi: Changes terminology to 'type' from 'kind' when
discussing mutexes. (As per the Unix98 name for the API.)
Changes documentation for pthread_mutexattr_setkind_np() and