diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/futimesat.c | 3 | ||||
-rw-r--r-- | misc/utimes.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/futimesat.c b/misc/futimesat.c index fc53d32a83..b467184b41 100644 --- a/misc/futimesat.c +++ b/misc/futimesat.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2005-2018 Free Software Foundation, Inc. +/* futimesat -- Change access and modification times of file. Stub version. + Copyright (C) 2005-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 diff --git a/misc/utimes.c b/misc/utimes.c index 0f37ad73ca..0ae6946142 100644 --- a/misc/utimes.c +++ b/misc/utimes.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* utimes -- 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 |