summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/fs.defs4
2 files changed, 7 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index b7f7fbc9..267023c3 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 31 18:21:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * fs.defs (file_utimes): Extend documentation.
+
1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
* Makefile: Add rules for generating prototype ?ioctl.defs files from
diff --git a/hurd/fs.defs b/hurd/fs.defs
index c293787d..f395933f 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -1,5 +1,5 @@
/* Definitions for the filesystem interface.
- Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation
This file is part of the GNU Hurd.
@@ -94,6 +94,8 @@ routine file_chflags (
new_flags: int);
/* Change access and modify times */
+/* If the microseconds value is -1 (all bits on) then the time should be
+ set to the current time and the remainder of the time_value_t ignored. */
routine file_utimes (
utimes_file: file_t;
RPT