diff options
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 fa93096..fb170ff 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. @@ -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 |