diff options
Diffstat (limited to 'sysdeps/posix')
-rw-r--r-- | sysdeps/posix/utime.c | 3 | ||||
-rw-r--r-- | sysdeps/posix/utimes.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/posix/utime.c b/sysdeps/posix/utime.c index 76f3cba..63e4898 100644 --- a/sysdeps/posix/utime.c +++ b/sysdeps/posix/utime.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-2018 Free Software Foundation, Inc. +/* utime -- Change access and modification times of file. Posix 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 diff --git a/sysdeps/posix/utimes.c b/sysdeps/posix/utimes.c index 8b81e82..a76eaf1 100644 --- a/sysdeps/posix/utimes.c +++ b/sysdeps/posix/utimes.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1995-2018 Free Software Foundation, Inc. +/* utimes -- Change access and modification times of file. Posix version. + Copyright (C) 1995-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 |