summaryrefslogtreecommitdiff
path: root/exports
blob: 53facbbafa0adaa856d9c39dfc29da865c9dd161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
ATTR_1.0 {
    global:
	# System calls (to be moved to glibc)
	fgetxattr;
	flistxattr;
	fremovexattr;
	fsetxattr;
	getxattr;
	lgetxattr;
	listxattr;
	llistxattr;
	lremovexattr;
	lsetxattr;
	removexattr;
	setxattr;

	# SGI Irix compatibility extensions
	attr_get;
	attr_getf;
	attr_multi;
	attr_multif;
	attr_remove;
	attr_removef;
	attr_set;
	attr_setf;
};

ATTR_1.1 {
    global:
	attr_copy_fd;
	attr_copy_file;
	attr_copy_check_permissions;
} ATTR_1.0;