diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-06 09:21:04 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-06 09:21:04 +0100 |
commit | 4e9066bc88e815f156b2fcfb4a34e68e3b492b4f (patch) | |
tree | 09946719b5057de0ff80cc3bdb9c1b58fc995e60 /io | |
parent | ec1300cfc83c716f33ee3231bba0a6e270abfc73 (diff) | |
download | glibc-4e9066bc88e815f156b2fcfb4a34e68e3b492b4f.tar.gz glibc-4e9066bc88e815f156b2fcfb4a34e68e3b492b4f.tar.xz glibc-4e9066bc88e815f156b2fcfb4a34e68e3b492b4f.zip |
Add missing start-of-file descriptive comment.
* io/futimens.c: Add missing start-of-file descriptive comment. * io/utime.c: Likewise. * misc/futimesat.c: Likewise. * misc/utimes.c: Likewise. * sysdeps/mach/hurd/futimesat.c: Likewise. * sysdeps/mach/hurd/utimes.c: Likewise. * sysdeps/posix/utime.c: Likewise. * sysdeps/posix/utimes.c: Likewise. * sysdeps/unix/sysv/linux/futimesat.c: Likewise. * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise. * sysdeps/unix/sysv/linux/generic/utimes.c: Likewise. * sysdeps/unix/sysv/linux/utimes.c: Likewise.
Diffstat (limited to 'io')
-rw-r--r-- | io/futimens.c | 2 | ||||
-rw-r--r-- | io/utime.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/io/futimens.c b/io/futimens.c index fa93096de6..fb170ffc3c 100644 --- a/io/futimens.c +++ b/io/futimens.c @@ -1,4 +1,4 @@ -/* Change access and modification times of open file. Linux version. +/* Change access and modification times of open file. Stub version. Copyright (C) 2007-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/io/utime.c b/io/utime.c index 1b385a2fe3..3f3c03c92d 100644 --- a/io/utime.c +++ b/io/utime.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* utime -- change access and modification times of file. Stub version. + Copyright (C) 1991-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |