diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:18:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:18:50 +0000 |
commit | e356ea321c8098cf1a83a67e27d64c44de08a298 (patch) | |
tree | 8be9273fb8f0e6acab47a9e09552cfbea5400b31 /libpthread/pthread.c | |
parent | 07ebf927b17572d92e785533d6e8ac1668cc57c6 (diff) |
Merge in the pthread library. This is the linuxthreads library taken from
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen
(me). Stefan has hacked things up such that linuxthreads runs on MMU-less
systems (tested only on arm-nommu). Erik cleaned things up and made it work
properly as a shared library.
-Erik
Diffstat (limited to 'libpthread/pthread.c')
-rw-r--r-- | libpthread/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/pthread.c b/libpthread/pthread.c index bc27aee3f..e91fe0150 100644 --- a/libpthread/pthread.c +++ b/libpthread/pthread.c @@ -2,7 +2,7 @@ /* * A simple clone based pthread implementation * - * Copyright (C) 2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 2001,2002 by Erik Andersen <andersee@debian.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |