PATH:
usr
/
include
/
bits
/
types
/* NB: Include guard matches what <linux/time.h> uses. */ #ifndef _STRUCT_TIMESPEC #define _STRUCT_TIMESPEC 1 #include <bits/types.h> #include <bits/endian.h> #include <bits/types/time_t.h> /* POSIX.1b structure for a time value. This is like a `struct timeval' but has nanoseconds instead of microseconds. */ struct timespec { #ifdef __USE_TIME_BITS64 __time64_t tv_sec; /* Seconds. */ #else __time_t tv_sec; /* Seconds. */ #endif #if __WORDSIZE == 64 \ || (defined __SYSCALL_WORDSIZE && __SYSCALL_WORDSIZE == 64) \ || (__TIMESIZE == 32 && !defined __USE_TIME_BITS64) __syscall_slong_t tv_nsec; /* Nanoseconds. */ #else # if __BYTE_ORDER == __BIG_ENDIAN int: 32; /* Padding. */ long int tv_nsec; /* Nanoseconds. */ # else long int tv_nsec; /* Nanoseconds. */ int: 32; /* Padding. */ # endif #endif }; #endif
[-] __fpos_t.h
[edit]
[-] struct_statx_timestamp.h
[edit]
[-] struct___jmp_buf_tag.h
[edit]
[-] __sigval_t.h
[edit]
[-] struct_itimerspec.h
[edit]
[-] struct_semid64_ds.h
[edit]
[-] timer_t.h
[edit]
[-] wint_t.h
[edit]
[-] siginfo_t.h
[edit]
[-] __mbstate_t.h
[edit]
[-] __sigset_t.h
[edit]
[-] FILE.h
[edit]
[-] struct_msqid64_ds.h
[edit]
[-] struct_shmid_ds.h
[edit]
[-] __FILE.h
[edit]
[-] struct_shmid64_ds_helper.h
[edit]
[-] struct_semid64_ds_helper.h
[edit]
[-] struct_semid_ds.h
[edit]
[-] struct_tm.h
[edit]
[-] locale_t.h
[edit]
[-] struct_sched_param.h
[edit]
[-] time_t.h
[edit]
[-] struct_timeval.h
[edit]
[-] cookie_io_functions_t.h
[edit]
[-] sig_atomic_t.h
[edit]
[-] struct_shmid64_ds.h
[edit]
[-] struct_FILE.h
[edit]
[-] clock_t.h
[edit]
[-] struct_iovec.h
[edit]
[-] __fpos64_t.h
[edit]
[-] sigevent_t.h
[edit]
[-] struct_timeb.h
[edit]
[+]
..
[-] struct_sigstack.h
[edit]
[-] struct_msqid_ds.h
[edit]
[-] sigval_t.h
[edit]
[-] struct_osockaddr.h
[edit]
[-] res_state.h
[edit]
[-] __locale_t.h
[edit]
[-] mbstate_t.h
[edit]
[-] clockid_t.h
[edit]
[-] struct_msqid64_ds_helper.h
[edit]
[-] struct_rusage.h
[edit]
[-] sigset_t.h
[edit]
[-] stack_t.h
[edit]
[-] struct_timespec.h
[edit]
[-] struct_statx.h
[edit]
[-] error_t.h
[edit]