diff options
author | Russ Cox <rsc@swtch.com> | 2020-01-19 21:03:56 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-01-19 23:04:58 -0500 |
commit | 8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3 (patch) | |
tree | 645ca934eba78949310eca82b724d1fbdc85bf96 /src/libthread/mkfile | |
parent | c181e39eeab0eb8cad274b7b22ce5343bd55630d (diff) | |
download | plan9port-8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3.tar.gz plan9port-8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3.tar.bz2 plan9port-8d82ccefd2b4b058e20ae0a7e3d9ef9b6b8cf8c3.zip |
libthread: remove Linux 2.4 code
Linux.c was for Linux 2.4 and is no longer used directly,
only indirectly because NetBSD.c was a 1-line file #including Linux.c.
So mv Linux.c NetBSD.c.
Also rm Linux-*-asm.s which was for Linux 2.4 as well.
Diffstat (limited to 'src/libthread/mkfile')
-rw-r--r-- | src/libthread/mkfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/mkfile b/src/libthread/mkfile index 31c4c7e5..a083fd01 100644 --- a/src/libthread/mkfile +++ b/src/libthread/mkfile @@ -16,7 +16,6 @@ OFILES=\ <$PLAN9/src/mksyslib HFILES=thread.h threadimpl.h -NetBSD.$O: Linux.c tprimes: test/tprimes.$O 9l -o $target test/$target.$O |