Apply ASLR to attr
[platform/upstream/attr.git] / exports
1 # Copyright (C) 2003, 2006  Andreas Gruenbacher <agruen@suse.de>
2 # Copyright (C) 2003, 2006  Silicon Graphics, Inc.
3 #
4 # This program is free software: you can redistribute it and/or modify it
5 # under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 #
17
18 ATTR_1.0 {
19     global:
20         # System calls (to be moved to glibc)
21         fgetxattr;
22         flistxattr;
23         fremovexattr;
24         fsetxattr;
25         getxattr;
26         lgetxattr;
27         listxattr;
28         llistxattr;
29         lremovexattr;
30         lsetxattr;
31         removexattr;
32         setxattr;
33
34         # SGI Irix compatibility extensions
35         attr_get;
36         attr_getf;
37         attr_multi;
38         attr_multif;
39         attr_remove;
40         attr_removef;
41         attr_set;
42         attr_setf;
43 };
44
45 ATTR_1.1 {
46     global:
47         attr_copy_fd;
48         attr_copy_file;
49         attr_copy_check_permissions;
50 } ATTR_1.0;
51
52 ATTR_1.2 {
53     global:
54         # Additional SGI Irix compatibility extensions
55         attr_list;
56         attr_listf;
57 } ATTR_1.1;