]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-mutexpp10.c
Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[thirdparty/glibc.git] / nptl / tst-mutexpp10.c
index 78281a4d3b6ea5af2feb5a93a4c051d0f33a5956..b074d331742934ef477e9c3880cc0d395360fff7 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (C) 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -13,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
@@ -68,7 +66,7 @@ do_test (void)
              fifo_max + 1);
       return 1;
     }
-  
+
   if (fifo_min > 0
       && pthread_mutexattr_setprioceiling (&ma, fifo_min - 1) != EINVAL)
     {
@@ -246,7 +244,7 @@ do_test (void)
       printf ("unexpected m1 old prioceiling %d != 6\n", prioceiling);
       return 1;
     }
-    
+
   if (pthread_mutex_getprioceiling (&m1, &prioceiling))
     {
       puts ("mutex_getprioceiling m1 failed");