summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-17 23:20:52 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-09-05 15:06:17 +0200
commit5c8b4d9f0d90480e77b0e61ff7e4a0f18eebf55a (patch)
tree8349f570f88aa6ee74ed2411ed55b2db16dd08b6
parent081066c5a1d6e68a2c06c8574da1194d3a2080f1 (diff)
system_data_types.7: time_t: Add Versions note
Prior to POSIX.1-2008, POSIX allowed time_t to be a real-floating type. Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
-rw-r--r--man7/system_data_types.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 4fd6adf33..d240c4e91 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -1472,6 +1472,9 @@ defines
.I time_t
since POSIX.1-2008.
.PP
+Prior to POSIX.1-2008,
+the type was either an integer type or a real-floating type.
+.PP
.IR "Conforming to" :
C99 and later; POSIX.1-2001 and later.
.PP