]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/nacl/nacl-interface-list.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / nacl / nacl-interface-list.h
1 /* List of NaCl interface tables used in libraries.
2 Copyright (C) 2015-2016 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
4
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
18
19 NACL_MANDATORY_INTERFACE (rtld,
20 NACL_IRT_BASIC_v0_1, nacl_irt_basic)
21 NACL_MANDATORY_INTERFACE (rtld,
22 NACL_IRT_FDIO_v0_1, nacl_irt_fdio)
23 NACL_MANDATORY_INTERFACE (rtld,
24 NACL_IRT_MEMORY_v0_3, nacl_irt_memory)
25 NACL_MANDATORY_INTERFACE (libc,
26 NACL_IRT_THREAD_v0_1, nacl_irt_thread)
27 NACL_MANDATORY_INTERFACE (rtld,
28 NACL_IRT_FUTEX_v0_1, nacl_irt_futex)
29 NACL_MANDATORY_INTERFACE (rtld,
30 NACL_IRT_TLS_v0_1, nacl_irt_tls)
31 NACL_MANDATORY_INTERFACE (rtld,
32 NACL_IRT_RESOURCE_OPEN_v0_1, nacl_irt_resource_open)
33 NACL_MANDATORY_INTERFACE (rtld,
34 NACL_IRT_CODE_DATA_ALLOC_v0_1,
35 nacl_irt_code_data_alloc)
36 NACL_OPTIONAL_INTERFACE (libc,
37 NACL_IRT_CLOCK_v0_1, nacl_irt_clock)
38 NACL_OPTIONAL_INTERFACE (rtld,
39 NACL_IRT_DYNCODE_v0_1, nacl_irt_dyncode)
40 NACL_OPTIONAL_INTERFACE (rtld,
41 NACL_IRT_DEV_GETPID_v0_1, nacl_irt_dev_getpid)
42 NACL_OPTIONAL_INTERFACE (rtld,
43 NACL_IRT_DEV_FILENAME_v0_3, nacl_irt_dev_filename)
44 NACL_OPTIONAL_INTERFACE (libc,
45 NACL_IRT_DEV_FDIO_v0_3, nacl_irt_dev_fdio)