diff options
| author | Alejandro Colomar <alx@kernel.org> | 2026-01-18 23:27:57 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-18 23:32:05 +0100 |
| commit | b32b8934dd1986901ba085d9a2492a6d6b4b4cbf (patch) | |
| tree | b33904944d898c02f024715e08d53ba9ccb2ff6a | |
| parent | b375548d764f249f0412872c217fb06100928ef1 (diff) | |
| download | man-pages-b32b8934dd19.tar.gz | |
man/man3type/time_t.3type: HISTORY: Remove superfluous theoretical history
No implementation ever used a non-integer type.
Let's not worry programmers unnecessarily.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man3type/time_t.3type | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/man3type/time_t.3type b/man/man3type/time_t.3type index b16507dbd9..6ba27554cb 100644 --- a/man/man3type/time_t.3type +++ b/man/man3type/time_t.3type @@ -73,11 +73,6 @@ since POSIX.1-2008. .SS time_t In POSIX.1-2001, .I time_t -was specified as being either an integer type or a real-floating type. -However, -existing implementations used an integer type, -and POSIX.1-2008 tightened the specification to reflect this. -.P POSIX.1-2024 required that the width of .I time_t is at least 64 bits. |
