[BACK]Return to exports CVS log [TXT][DIR] Up to [Development] / xfs-cmds / attr

File: [Development] / xfs-cmds / attr / exports (download)

Revision 1.1, Wed Feb 26 06:27:13 2003 UTC (14 years, 8 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1

Another extended attributes userspace patch from AndreasG - several small
incremental fixes from last set, and addition of symbol versioning.

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;