summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-01-12 23:53:25 +0000
committerNathan Scott <nathans@sgi.com>2006-01-12 23:53:25 +0000
commit5850a810d635e16a5a7739d9435c1f8ae054d6a0 (patch)
treec48692700f2d326510d762c72804b7b198700570 /exports
parentd61ec00a035fde2352e26b1352399fd4469b318c (diff)
downloadattr-5850a810d635e16a5a7739d9435c1f8ae054d6a0.tar.gz
Implement the list_attr IRIX API on top of the Linux API. For fsstress.
Diffstat (limited to 'exports')
-rw-r--r--exports7
1 files changed, 7 insertions, 0 deletions
diff --git a/exports b/exports
index 53facbb..19fe54a 100644
--- a/exports
+++ b/exports
@@ -31,3 +31,10 @@ ATTR_1.1 {
attr_copy_file;
attr_copy_check_permissions;
} ATTR_1.0;
+
+ATTR_1.2 {
+ global:
+ # Additional SGI Irix compatibility extensions
+ attr_list;
+ attr_listf;
+} ATTR_1.1;