summaryrefslogtreecommitdiff
path: root/hurd/fs.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r--hurd/fs.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index c668f7c8..ba60607b 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -113,7 +113,7 @@ routine file_lock (
/* Return current lock status. Mystatus tells what kind of lock the
caller has; otherstatus tells what kind of lock anyone has
(including the caller). */
- routine file_lock_stat (
+routine file_lock_stat (
lock_file: file_t;
out mystatus: int;
out otherstatus: int);