all: remove Linux 2.4 vs 2.6 detection

Linux 2.4 is dead.
(The libthread code hasn't worked for Linux 2.4 for a long time.)
This commit is contained in:
Russ Cox 2020-01-19 21:10:11 -05:00
parent 8d82ccefd2
commit cb8f735786
9 changed files with 28 additions and 130 deletions

View file

@ -79,9 +79,7 @@ to the include path.
.I 9c
also defines
.B __sun__
on SunOS systems and
.B __Linux26__
on Linux systems with 2.6-series kernels.
on SunOS systems.
.PP
.I 9a
assembles the named files into object files for the current system.
@ -136,13 +134,13 @@ but
always provides the following key characters:
.TP
.B d
Delete
.I files
Delete
.I files
from the archive file.
.TP
.B r
Replace
.I files
.I files
in the archive file, or add them if missing.
.TP
.B t
@ -181,7 +179,7 @@ Normally
will create a new archive when
.I afile
does not exist, and give a warning.
Option
Option
.B c
discards any old contents and suppresses the warning.
.PD