mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
arch.7: correct statement about time_t size
After r320347 it is 64-bit on every architecture except i386. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
87a567f181
commit
49ccd3fe61
1 changed files with 1 additions and 2 deletions
|
|
@ -212,8 +212,7 @@ Machine-dependent type sizes:
|
|||
.El
|
||||
.Pp
|
||||
.Sy time_t
|
||||
is 8 bytes on all supported architectures except i386 and 32-bit
|
||||
variants of powerpc.
|
||||
is 8 bytes on all supported architectures except i386.
|
||||
.Ss Endianness and Char Signedness
|
||||
.Bl -column -offset indent "Sy Architecture" "Sy Endianness" "Sy char Signedness"
|
||||
.It Sy Architecture Ta Sy Endianness Ta Sy char Signedness
|
||||
|
|
|
|||
Loading…
Reference in a new issue