Add missing start-of-file descriptive comment.
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 6 Mar 2018 08:21:04 +0000 (09:21 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 6 Mar 2018 08:21:04 +0000 (09:21 +0100)
* 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.

13 files changed:
ChangeLog
io/futimens.c
io/utime.c
misc/futimesat.c
misc/utimes.c
sysdeps/mach/hurd/futimesat.c
sysdeps/mach/hurd/utimes.c
sysdeps/posix/utime.c
sysdeps/posix/utimes.c
sysdeps/unix/sysv/linux/futimesat.c
sysdeps/unix/sysv/linux/generic/futimesat.c
sysdeps/unix/sysv/linux/generic/utimes.c
sysdeps/unix/sysv/linux/utimes.c

index 27ca1dcbfc99f0a68adce56b411df5598723a896..939c207714792cffcba263f5bd50034eccea2c99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2018-03-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * 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.
+
 2018-03-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * sysdeps/mach/hurd/utime-helper.c (hurd_futimens): Rename function to
index fa93096de66f4cb75723637817e87dc4f25c7d0a..fb170ffc3c8dee7677f503897f6a2b27923b5a10 100644 (file)
@@ -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.
 
index 1b385a2fe3f432f97976277b7b81440c127d1877..3f3c03c92dc59fbbf8ae8e36247f80c5c69f3054 100644 (file)
@@ -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
index fc53d32a83ce52fa2614df2b6230cea237bfff67..b467184b4196348759df70ad3798aa587a3cf326 100644 (file)
@@ -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
index 0f37ad73ca7dc65e7ac1397e17b99431be039d2c..0ae6946142972da6cc2b25ecbe7d096288a81e95 100644 (file)
@@ -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
index 99c4c6363367f7df99994ab10ae2c527d0b7dfc4..b4939bf6445a6ec7483d97da3a0f83adff92edb9 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
+/* futimesat -- change access and modification times of file.  Hurd 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
index fa8a79239bc4ab08620dad66f5a2cc76e2becfa4..bdf4d7979084e2bcea273847323b7bfcaae711cf 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
+/* utimes -- change access and modification times of file.  Hurd 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
index 76f3cbad02ee5040b7d74cbd3cb029ccb5c8f34b..63e4898c8d50395a1fd6880b8b67f51df1eed604 100644 (file)
@@ -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
index 8b81e82b3e0775a107364893b1edbf865c212881..a76eaf18a0178a5a332fa00a102332a547639d3b 100644 (file)
@@ -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
index ce904c8678ca8fee40fc79d378f312039e72998f..186db6da482370a0f399f43aee57234601aca182 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2005-2018 Free Software Foundation, Inc.
+/* futimesat -- Change access and modification times of file.  Linux 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
index bdcae2ec47e1e9a82a1290eeb05bc94c6ba89c97..64058edd1884b64b870666df6f9e648eca62c715 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2005-2018 Free Software Foundation, Inc.
+/* futimesat -- Change access and modification times of file.  Linux version.
+   Copyright (C) 2005-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
 
index 38533e6066ec4c8c6f0f663359dd55377dafd609..b8227fc4ef4936b7fc479b39d7be5ed5a15203dc 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2011-2018 Free Software Foundation, Inc.
+/* utimes -- Change access and modification times of file.  Linux version.
+   Copyright (C) 2011-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
 
index 09790b21abaab777670d94daffea104ecd07dbfb..e37c16729f5578387735b3ffa8431fbe11aac745 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995-2018 Free Software Foundation, Inc.
+/* utimes -- Change access and modification times of file.  Linux 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