Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/test/libc-tests/cfg/symbols/sys_time_h.cfg
+++ new/usr/src/test/libc-tests/cfg/symbols/sys_time_h.cfg
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
14 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
14 15 #
15 16
16 17 #
17 18 # Definitions found in sys/time.h
18 19 #
19 20
20 21 #
21 22 # Types.
22 23 #
23 24 #type | time_t | sys/timeb.h | -ALL SUS+ -SUSv4+
24 25 #type | struct timeb | sys/timeb.h | -ALL SUS+ -SUSv4+
25 26
26 27 #
27 28 # Values.
28 29 #
29 30
30 31 #
31 32 # Functions
32 33 #
↓ open down ↓ |
9 lines elided |
↑ open up ↑ |
33 34 func | futimesat |\
34 35 int |\
35 36 int; const char *; const struct timeval [2] |\
36 37 sys/time.h |\
37 38 -SUS+ -POSIX+
38 39
39 40 func | utimes |\
40 41 int |\
41 42 const char *; const struct timeval [2] |\
42 43 sys/time.h | -POSIX+ -XPG3+ SUS+
44 +
45 +func | lutimes |\
46 + int |\
47 + const char *; const struct timeval [2] |\
48 + sys/time.h | -ALL
49 +
50 +func | futimes |\
51 + int |\
52 + int; const struct timeval [2] |\
53 + sys/time.h | -ALL
54 +
55 +define | TIMEVAL_TO_TIMESPEC | | sys/time.h | -ALL
56 +define | TIMESPEC_TO_TIMEVAL | | sys/time.h | -ALL
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX