summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-01 18:52:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-01 18:52:39 +0000
commit5f8dd3820c493fa503ea497ca6975c16c4fcfcef (patch)
treeae6587ac94113af5d232786a3e395147df5b3421 /hurd
parent2d0cde98828131f6cda8ee8d6199c9da62611a34 (diff)
Formerly fs.defs.~71~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fs.defs9
1 files changed, 8 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index ba60607b..65c007bb 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -1,5 +1,5 @@
/* Definitions for the filesystem interface.
- Copyright (C) 1993 Free Software Foundation
+ Copyright (C) 1994 Free Software Foundation
This file is part of the GNU Hurd.
@@ -279,3 +279,10 @@ routine file_get_translator (
routine file_get_translator_cntl (
file: file_t;
out translator_cntl: fsys_t);
+
+/* Return statfs information for the active translator for this file */
+/* INTR */
+routine file_stat_translator (
+ file: file_t;
+ out info: fsys_statfsbuf_t);
+