core.sys.posix.sys.types

D header file for POSIX.

Public Imports

core.stdc.stddef
public import core.stdc.stddef;
Undocumented in source.

Members

Aliases

time_t
alias time_t = long

Musl versions before v1.2.0 (up to v1.1.24) had different definitions for time_t for 32 bits. This was changed to always be 64 bits in v1.2.0: https://musl.libc.org/time64.html

This change was only for 32 bits system and didn't affect 64 bits systems

Meta

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly, Alex Rønne Petersen