8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / test / libc-tests / cfg / symbols / sys_time_h.cfg
blobafed10a6bbfc196ce5a1341b70d433b282703438
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
17 # Definitions found in sys/time.h
21 # Types.
23 #type | time_t | sys/timeb.h | -ALL SUS+ -SUSv4+
24 #type | struct timeb | sys/timeb.h | -ALL SUS+ -SUSv4+
27 # Values.
31 # Functions
33 func |  futimesat                                       |\
34         int                                             |\
35         int; const char *; const struct timeval [2]     |\
36         sys/time.h                                      |\
37         -SUS+ -POSIX+
39 func |  utimes                                          |\
40         int                                             |\
41         const char *; const struct timeval [2]          |\
42         sys/time.h | -POSIX+ -XPG3+ SUS+