sys_time_h.cfg revision de572d98af8238405c5d1292a788b1a85b0c68eb
2N/A#
2N/A# This file and its contents are supplied under the terms of the
2N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2N/A# You may only use this file in accordance with the terms of version
2N/A# 1.0 of the CDDL.
2N/A#
2N/A# A full copy of the text of the CDDL should have accompanied this
2N/A# source. A copy of the CDDL is also available via the Internet at
2N/A# http://www.illumos.org/license/CDDL.
2N/A#
2N/A
2N/A#
2N/A# Copyright 2015 Garrett D'Amore <garrett@damore.org>
2N/A#
2N/A
2N/A#
2N/A# Definitions found in sys/time.h
2N/A#
2N/A
2N/A#
2N/A# Types.
2N/A#
2N/A#type | time_t | sys/timeb.h | -ALL SUS+ -SUSv4+
2N/A#type | struct timeb | sys/timeb.h | -ALL SUS+ -SUSv4+
2N/A
2N/A#
2N/A# Values.
2N/A#
2N/A
2N/A#
2N/A# Functions
2N/A#
2N/Afunc | futimesat |\
2N/A int |\
2N/A int; const char *; const struct timeval [2] |\
2N/A sys/time.h |\
2N/A -SUS+ -POSIX+
2N/A
2N/Afunc | utimes |\
2N/A int |\
2N/A const char *; const struct timeval [2] |\
2N/A sys/time.h | -POSIX+ -XPG3+ SUS+
2N/A