From 8723e50bdd67bbc25157fc64a3d336c0f9c38fc1 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 31 Jan 1999 23:49:03 +0000 Subject: Sun Jan 31 18:21:58 1999 Thomas Bushnell, BSG * fs.defs (file_utimes): Extend documentation. --- hurd/ChangeLog | 4 ++++ hurd/fs.defs | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'hurd') 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 + + * fs.defs (file_utimes): Extend documentation. + 1999-01-24 Roland McGrath * 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 -- cgit v1.2.3