diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 15:35:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 15:35:52 +0000 |
commit | 3f80a33b99e9b86ce7cbae9530df81367c884568 (patch) | |
tree | dfa0905c37d4bba90476a96f7c08c7f8b72ee9db /time | |
parent | 7cd1708f76f78fe027a02ad89f58975174a5bd5a (diff) | |
download | glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.tar.gz glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.tar.xz glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.zip |
Update.
1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/dlfcn.h: Fix typo. * sysdeps/generic/bits/dlfcn.h: Likewise. * sysdeps/mips/bits/dlfcn.h: Likewise.
Diffstat (limited to 'time')
-rw-r--r-- | time/mktime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/mktime.c b/time/mktime.c index f058bb61c8..c8ecd07f12 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +/* Convert a `struct tm' to a time_t value. + Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Eggert (eggert@twinsun.com). |