diff options
author | rpj <rpj> | 2002-01-04 04:53:36 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-01-04 04:53:36 +0000 |
commit | 6922362c66bbfaa3ac9b7bb6be24368d790d28d6 (patch) | |
tree | c63857fdc9b19e00bf29a07b246e3cdb7d603fd9 /COPYING | |
parent | 6f68e7b50e0bb837d02dc2cb8a7bc5887534d7b8 (diff) |
* attr.c (pthread_attr_setscope): Add more error
checking and actually store the scope value even
though it's not really necessary.
(pthread_attr_getscope): Return stored value.
* implement.h (pthread_attr_t_): Add new scope element.
* ANNOUNCE: Fix out of date comment next to
pthread_attr_setscope in conformance section.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -58,14 +58,17 @@ Pthreads-win32 copyrights and exception files is covered under the following GNU Lesser General Public License Copyrights: - Copyright (C) 1998 Ben Elliston and Ross Johnson - Copyright (C) 1999,2000,2001 Ross Johnson - - Please note that the names given in the Copyright above do not - imply authorship of the source code. The names of all - substantial contributors of intellectual works incorporated - in the pthreads-win32 distribution are listed in the file - CONTRIBUTORS. + Pthreads-win32 - POSIX Threads Library for Win32 + Copyright(C) 1998 John E. Bossom + Copyright(C) 1999,2002 Pthreads-win32 contributors + + The current list of contributors is contained + in the file CONTRIBUTORS included with the source + code distribution. The current list of CONTRIBUTORS + can also be seen at the following WWW location: + http://sources.redhat.com/pthreads-win32/contributors.html + + Contact Email: rpj@ise.canberra.edu.au These files are not covered under one of the Copyrights listed above: |