PING^1: [PATCH 2/2] Mark internal unistd functions hidden in ld.so

Message ID CAMe9rOrs492DxnK4toaHxYSzSd+tWx9Bru7UZCC70+PRbeU0Xw@mail.gmail.com
State New, archived
Headers

Commit Message

H.J. Lu Jan. 6, 2016, 10:04 p.m. UTC
  On Wed, Jan 6, 2016 at 1:39 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> You need to add 2016 to the copyright dates of new files first posted in
> 2015 but committed in 2016.
>

I checked in this.
  

Patch

From db2f6f4794f722eac43b4b831f41abfc784fcfb5 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Wed, 6 Jan 2016 14:03:10 -0800
Subject: [PATCH] Update copyright dates committed in 2016

---
 sysdeps/generic/dl-mman.h     | 2 +-
 sysdeps/generic/dl-unistd.h   | 2 +-
 sysdeps/mach/hurd/dl-mman.h   | 2 +-
 sysdeps/mach/hurd/dl-unistd.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysdeps/generic/dl-mman.h b/sysdeps/generic/dl-mman.h
index 9087218..66ffdb2 100644
--- a/sysdeps/generic/dl-mman.h
+++ b/sysdeps/generic/dl-mman.h
@@ -1,6 +1,6 @@ 
 /* Functions with hidden attribute internal to ld.so, which are declared
    in include/sys/mman.h.  Generic version.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2016 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/generic/dl-unistd.h b/sysdeps/generic/dl-unistd.h
index 98da672..df6376e 100644
--- a/sysdeps/generic/dl-unistd.h
+++ b/sysdeps/generic/dl-unistd.h
@@ -1,6 +1,6 @@ 
 /* Functions with hidden attribute internal to ld.so, which are declared
    in include/unistd.h.  Generic version.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2016 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/mach/hurd/dl-mman.h b/sysdeps/mach/hurd/dl-mman.h
index f9d7996..157462b 100644
--- a/sysdeps/mach/hurd/dl-mman.h
+++ b/sysdeps/mach/hurd/dl-mman.h
@@ -1,6 +1,6 @@ 
 /* Functions with hidden attribute internal to ld.so, which are declared
    in include/sys/mman.h.  Hurd version.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2016 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/mach/hurd/dl-unistd.h b/sysdeps/mach/hurd/dl-unistd.h
index 14e5f6b..b3cfb61 100644
--- a/sysdeps/mach/hurd/dl-unistd.h
+++ b/sysdeps/mach/hurd/dl-unistd.h
@@ -1,6 +1,6 @@ 
 /* Functions with hidden attribute internal to ld.so, which are declared
    in include/unistd.h.  Hurd version.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2016 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
-- 
2.5.0