diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-02-04 15:06:27 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-02-04 15:06:27 +0000 |
commit | 40b6d5b9c29fbe64b4d11cf5db19c18011152ae0 (patch) | |
tree | a8ea3f063a23df2c8159570436f1ff19dc2be1a3 | |
parent | 862d292c98756231d75bc59d2f1a0a8738b852c2 (diff) |
2007-02-04 Thomas Schwinge <tschwinge@gnu.org>
* maptime.h: Fix a comment.
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 4 | ||||
-rw-r--r-- | libshouldbeinlibc/maptime.h | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index cb32f267..930b79a7 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-04 Thomas Schwinge <tschwinge@gnu.org> + + * maptime.h: Fix a comment. + 2004-10-23 Marcus Brinkmann <marcus@gnu.org> * ugids-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. diff --git a/libshouldbeinlibc/maptime.h b/libshouldbeinlibc/maptime.h index c7a246fc..ac97b411 100644 --- a/libshouldbeinlibc/maptime.h +++ b/libshouldbeinlibc/maptime.h @@ -1,6 +1,6 @@ /* Support for mach's mapped time - Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2000, 2007 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.org> @@ -30,10 +30,10 @@ #include <errno.h> /* Return the mach mapped time page in MTIME. If USE_MACH_DEV is false, then - the hurd uptime device DEV_NAME, or "/dev/uptime" if DEV_NAME is 0, is + the hurd time device DEV_NAME, or "/dev/time" if DEV_NAME is 0, is used. If USE_MACH_DEV is true, the mach device DEV_NAME, or "time" if - DEV_NAME is 0, is used; this is a privileged operation. The mapped uptime - may be converted to a struct timeval at any time using read_uptime. */ + DEV_NAME is 0, is used; this is a privileged operation. The mapped time + may be converted to a struct timeval at any time using maptime_read. */ error_t maptime_map (int use_mach_dev, char *dev_name, volatile struct mapped_time_value **mtime); |