Просмотр исходного кода

* Theory: Mention 40-bit time_t.

Paul Eggert 11 лет назад
Родитель
Сommit
765af4585e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Theory

+ 1 - 1
Theory

@@ -103,7 +103,7 @@ POSIX has the following properties and limitations.
 	signed time_t values stop working after 2038-01-19 03:14:07 UTC, so
 	new implementations these days typically use a signed 64-bit integer.
 	Unsigned 32-bit integers are used on one or two platforms,
-	and 36-bit integers are also used occasionally.
+	and 36-bit and 40-bit integers are also used occasionally.
 	Although earlier POSIX versions allowed time_t to be a
 	floating-point type, this was not supported by any practical
 	systems, and POSIX.1-2013 and the tz code both require time_t