diff options
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/fs.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 07270bac..d5023203 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -102,7 +102,7 @@ routine file_utimes ( /* INTR */ routine file_truncate ( trunc_file: file_t; - new_size: int); + new_size: off_t); /* Apply/manipulate advisory lock */ /* INTR */ |
