diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-01-31 23:49:03 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-01-31 23:49:03 +0000 |
commit | 8723e50bdd67bbc25157fc64a3d336c0f9c38fc1 (patch) | |
tree | 45632b7464029cbccebadfa46a05f7de7e1b4d7b /hurd | |
parent | b6c287ffd8279da8bc5ffceb3e75e9c3595b2a2a (diff) |
Sun Jan 31 18:21:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
* fs.defs (file_utimes): Extend documentation.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/fs.defs | 4 |
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 |