diff options
| author | Russ Cox <rsc@swtch.com> | 2020-01-19 22:39:22 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2020-01-19 23:04:58 -0500 |
| commit | 41b3e8b9893a8561af7e85ca98444bc284b4013d (patch) | |
| tree | e9bf7fdeefbdb7d2e6c1ebc25c7888b81f0bb16b /src/libthread/COPYRIGHT | |
| parent | ac8042dfa9819f76ccfedd4aa36c1239322808b8 (diff) | |
| download | plan9port-41b3e8b9893a8561af7e85ca98444bc284b4013d.tar.gz plan9port-41b3e8b9893a8561af7e85ca98444bc284b4013d.zip | |
libthread: use consistent stack calculation code in makecontext
Also reduce duplication: makecontext is per-arch not per-os-arch.
May fix #353.
Diffstat (limited to 'src/libthread/COPYRIGHT')
| -rw-r--r-- | src/libthread/COPYRIGHT | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libthread/COPYRIGHT b/src/libthread/COPYRIGHT index f4ee354e..d0820965 100644 --- a/src/libthread/COPYRIGHT +++ b/src/libthread/COPYRIGHT @@ -45,9 +45,9 @@ Contains parts of an earlier library that has: === -The above notices do *NOT* apply to Linux-sparc64-context.S -or to Linux-sparc64-swapcontext.c. Those are functions from +The above notices do *NOT* apply to Linux-sparc64-context.S +or to sparc64-ucontext.c. Those are functions from the GNU C library and are provided for systems that use the GNU C -library but somehow are missing those functions. They are +library but somehow are missing those functions. They are distributed under the Lesser GPL; see COPYING.SPARC64-CONTEXT. |
